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 / guest
UID- User id
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
Which is the required command for checking the file system?
What does f mean linux?
Which command is used to compare the files?
What is bash command?
What is command to check ports running/used over local machine
Which command puts a script to sleep untill a signal is recieved?
How can you check the amount of lines in a file?
How do I get to root in linux?
How to hide the partition in grub booting?
What does wc command do in unix?
What is p command?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc..?
What is FC command?
What is du -s * | sort -k1,1rn | head command used for?