Max relax-able permission value with out giving write permission to others?



Max relax-able permission value with out giving write permission to others?..

Answer / Hardwari Lal

In Unix, the maximum relaxable permission value without granting write access to others is the combination of read and execute permissions (r-x) for the owner, group, and other. This results in a file mode of 555 or octal representation 01777.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix IPC Interview Questions

What is a zombie?

10 Answers  


What is Inode.

2 Answers   HCL,


What are various IDs associated with a process?

4 Answers  


In Unix inter process communication take place using?

2 Answers  


What is a Daemon?

3 Answers  


Explain fork() system call?

12 Answers   ASAS, IBM,


Explain the system calls used for process management?

1 Answers  


Explain what is the process id for kernel process?

1 Answers  


How can you get or set an environment variable from a program?

2 Answers  


What are the system calls used for process management?

3 Answers  


What are the various schemes available in ipc?

1 Answers  


Describe the initial process sequence while the system boots up?

4 Answers  


Categories