Explain about chmod options filename?
Answer / Kuldeep Shakya
The 'chmod' command in Linux changes the permissions of a file or directory. It uses octal or symbolic mode to specify the new permissions. For example, 'chmod 755 filename' grants read, write, and execute permissions to the owner (7), read and execute permissions to the group (5), and only execute permission to others (5).
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain difference between nfs soft and hard mouniting points?
Compare between SYS V launched processes and Xinetd processes in Linux.
What is a good processor speed?
Set the Display automatically for the current new user ?
What is the command to list ALL (hidden also) files of current directory & it’s subdirectories?
What is the command to see on which port which service is running?
Explain difference between swap partition and swap file?
What is the command can be run to remove all the rules in an iptable table?
Brief about the command nn?
What is the difference between rmdir and rm r?
List all the files beginning with A
When is it better to use the more command rather than cat command?