What do chmod command do?
Answer / Kalpana Singh
The chmod command in Unix changes the permissions of files and directories. It stands for 'change mode'. The syntax is: `chmod [permissions] file`, where 'permissions' can be symbolic (using u, g, o for user, group, others respectively) or octal (using numbers from 0 to 7 representing read, write, and execute permissions).
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we use grep command in unix?
Which unix command to make a new directory?
how to find the 51th record of a file containing 100 records in unix.
Differentiate cmp command from diff command.
Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.
What is grep and sed command?
How do you find out all processes that are currently running in UNIX OS?
What do chgrp command do?
what do you understand by 'building block primitive'?
What is the size of time_t?
what is shell?
What is the use of egrep command in unix?