Answer Posted / hr@tgksolutions.com
The chmod command, short for "change mode", is employed to modify file or directory permissions. You can use symbolic or numerical notation with this command. For instance, chmod u+x filename adds execute permission for the user (owner), while chmod 755 filename sets permissions to rwxr-xr-x. The command offers flexibility, allowing users to control access to their files and directories precisely.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which command will print your home directory on screen?
How do you grep a case insensitive?
What are file commands?
What does awk stand for?
What is the command to find maximum memory taking process on the server?
What is grep in bash?
What is the significance of the 'tee' command?
How can we use grep command in unix?
Which command is used to copy files?
How do I use grep to find a file?
What is the comma to show the space allocation of files?
What is “chmod” command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Explain command to show the space allocation of files?
Name the general commands in using unix os for a beginner?