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
What are the dos commands?
Does cp command overwrite files?
What is the command to find hidden files in the current directory?
What are the differences among a system call, a library function, and a unix command?
What is grep in bash?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is in grep command?
What does the “echo” command do?
What is sed awk grep?
What is the command to find maximum memory taking process on the server?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Are you in or at the office?
What does touch command do in unix?
Which command is used to copy files?
What do chmod command do?