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 command to view process running?
How do you find which version and name of unix you are using at the command prompt?
what is the use of the hidden files?
What is FIND, GREP and SED ? Could you please give me the difference between all the three? Where we use this commnands?
what is the use of uniq commmand?
what is the advaantage of each user having its own copy of the shell?
Enlist some filename manipulation commands in unix.
How do I search for text in vi?
what are the different hardwares available?
Give the command to display space usage on the UNIX file system.
Assume the following files are in the working directory prompt> ls -l tasks -rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks What command can Alex use to give everyone permission to write to the file? What will the ls -l command display if he does so?
fork in unix ?