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
Who invented grep?
How do I search for text in vi?
Describe the usage and functionality of the command rm –r * in unix?
How do I use grep to search for a file?
What command is used to check the current users?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What are bash commands?
What's a command word?
Why is grep called grep?
How do I clear my terminal history?
What is updatedb?
What is the use of cut command in unix?
What does 'mkdir' command do in UNIX?
What are filter commands in unix?