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 |
How do you check which file consuming more space in linux?
How to give acl permission in numerical mode on linux?
How many types of dos commands are there?
Explain any one service which are working on udp only?
if i have one folder say aaa and that folder having 100 files from that 50 files there aaa word is written how to find in which aaa is writen and without opening that file
How do you create a text file in linux?
How do make computer faster?
What are linux commands useful?
How do I run whois command?
why context switching time should be minimum? How it depends on hardware support?
What is history command in linux?
I want to built a fire wall using iptables. My condition is " inbound to 192.168.0.2 with a port of 80 from 172.168.0.1 should accept"