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?
Answer Posted / 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 |
Post New Answer View All Answers
What is clang llvm?
What does free command do in linux?
How do I check terminal history?
How do I find the console in linux?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc..?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?
How do you check which file consuming more space in linux?
How do I check my disk space?
How do I find my user id in linux?
What is ps command in linux?
How does diff command work?
How do you copy in linux terminal?
What is the difference between cd and cd in linux?
What would be the result of the command paste -s dog cat?
What does umask 022 mean?