Explain about chmod options filename?



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

Post New Answer

More Linux Commands Interview Questions

Explain difference between nfs soft and hard mouniting points?

1 Answers  


Compare between SYS V launched processes and Xinetd processes in Linux.

1 Answers  


What is a good processor speed?

1 Answers  


Set the Display automatically for the current new user ?

3 Answers  


What is the command to list ALL (hidden also) files of current directory & it’s subdirectories?

6 Answers  


What is the command to see on which port which service is running?

1 Answers  


Explain difference between swap partition and swap file?

1 Answers  


What is the command can be run to remove all the rules in an iptable table?

1 Answers  


Brief about the command nn?

1 Answers  


What is the difference between rmdir and rm r?

1 Answers  


List all the files beginning with A

10 Answers  


When is it better to use the more command rather than cat command?

3 Answers  


Categories