what is the UID and GID of root user? Can a normal user can
change the ownership of a file? what is the command to
change ownership of a file?
Answers were Sorted based on User's Feedback
Answer / kk.utnoor
the root UID/GID is 0 (zero). which is why he can able to
intervene in all normal users files even though he don't
had permission. A normal user will don't have the permission
to change ownership of file. The command to change ownership
is < chown user.user file >
Is This Answer Correct ? | 77 Yes | 6 No |
Answer / v.balaviswanathan
The UID and GID of root user is O . Yes , if he is the
owner of a file or he has the permission to change .To
change the ownership of a file is
chown
Is This Answer Correct ? | 18 Yes | 3 No |
Answer / amit kumar ghosh
"The UID & GID of root user are 0".
No, a normal cannot change the ownership even if it is the
owner of that file.
That cmd to change ownership.
#chown owner:groupowner filename.
Is This Answer Correct ? | 13 Yes | 3 No |
Answer / debasis behera
The UID & GID of root is zero i.e 0, normal user can't
change the ownership of a file of others, he can change the
ownership of his own file. To change a ownership of a file
is -
chown username filename
Is This Answer Correct ? | 9 Yes | 3 No |
Answer / breest
the UID and GID of rootz user is 1337 and your mama. if this
doesnt work it is 11111elf ololololol !!!
edit: zomfg by the 2nd lost viking
Is This Answer Correct ? | 6 Yes | 17 No |
If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred?
Who is unix command?
what is QUOTA-V
What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?
Which command is used to see the online manual?
What is difference between egrep and grep?
What is the difference between diff and cmp command in unix?
What language is clang written in?
Explain trap command of linux?
What is SFC command?
what are the Linux-based security tools?
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?