Answer Posted / hr@tgksolutions.com
The chown command is used to change the owner of a file or directory. For instance, chown newowner filename would change the file's owner to "newowner". If you want to change both the owner and the group simultaneously, you will use a syntax like chown newowner:newgroup filename. For altering only the group, the chgrp command is used. As with most UNIX commands, care should be taken with these tools, ensuring that ownership is only granted to trusted users.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Using unix command how to display no of records in oracle?
What is the command to find hidden files in the current directory?
What is the use of the tee command?
What is the significance of the 'tee' command?
What does touch command do in unix?
What is the command to view process running?
What's a command word?
How do I use grep to find a file?
what is the advaantage of each user having its own copy of the shell?
What are the dos commands?
What is nr in awk command?
What are reported commands?
What is pipe command in unix?
What are some command words?
Explain the steps that a shell follows while processing a command.