What does chmod 755 do?
Answer / Ravi Kant Kushwaha
Chmod 755 sets file permissions to read, write and execute (rwx) for the owner, read and execute (rx) for group members, and only read (r) for others. The '7' in octal notation represents these permissions for the owner (4+2+1=7), the '5' represents read and execute permissions for group and others combined (4+1=5).
| Is This Answer Correct ? | 0 Yes | 0 No |
Which command is used to review boot messages?
what are the linux boot files?
What is history command in linux?
What is $@ in bash?
What are the ms dos commands?
Is makefile a shell script?
How do you view the contents of a file in Linux?
What is chainloading?
what is ldd?
7 Answers IBM, Magnum, TCS, Tech Mahindra,
What does umask 022 mean?
Explain Backup Managment commands in Linux.
How do I list directories in linux?