Max relaxable permisssion value with out giving write
permission to others?

Answers were Sorted based on User's Feedback



Max relaxable permisssion value with out giving write permission to others?..

Answer / guest

chmod 755 <filename>

Is This Answer Correct ?    9 Yes 2 No

Max relaxable permisssion value with out giving write permission to others?..

Answer / harendra

775,because
user-group-others
rd wr ex for user - rd wr ex for group - rd -- ex for others
i.e rwxrwxr-x
111-111-1-1,so 775

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Unix IPC Interview Questions

Explain the system calls used for process management?

0 Answers  


Please explain fork() system call?

0 Answers  


What is IPC? What are the various schemes available?

5 Answers  


What is the very first process created by kernel?

0 Answers  


What are two different models of ipc differentiate both?

0 Answers  






Explain what is the process id for kernel process?

0 Answers  


What are the system calls used for process management:

5 Answers  


Predict the output of the following program code main() { fork(); printf("Hello World!"); }

3 Answers  


what is the process id for kernel process?

8 Answers   IBM, ITI, Military Engineer Services, Remo, TATA,


What is fork()?

0 Answers  


How do you execute one program from within another?

4 Answers  


How to write the program on full-duplex communication using 2 FIFOs

0 Answers  


Categories