How do you change file permissions?
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 |
What is the different between UNIX command and UNIX shell script?
What command a user use to view a long text file one page at a time in UNIX?
How to replace the exact word in vi editor?? suppose a file contains words like amaze,amazed,amazement in some of the line.But i want to replace only 'amaze' with delight but don't wanna replace amazed or amazement. thanks
6 Answers Polaris, Tech Mahindra,
How i'll delete a particular line from the file? Please give answer as soon as possible. Thanks in advance.
how to check a file system type
Which command should you use to find the remaining disk space in unix server?
What are the unix commands?
How to add content of one file into another file at the beginning
What is unix command line?
Which command is used to copy files?
what is the difference between commmands cmp and diff?
What Command is used to make a directory?