I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

What is shift command in shell script?

0 Answers  


I want to read all input to the command from file1 direct all output to file2 and error to file 3, how can I achieve this?

1 Answers  


How do you schedule a command to run at 4:00 every morning?

5 Answers   Wipro,


Is bash an operating system?

0 Answers  


Given a file find the count of lines containing the word "abc".

0 Answers  






What is a beat in a script?

0 Answers  


Is shell and terminal the same?

0 Answers  


Which is better perl or shell scripting?

0 Answers  


Script S1 (which copies .dat files from one directory1 to another directory2) run continuously. Write Script S2 which kills S1 first, compresses all .dat files in directory1 and directory2 successfully, re-run Script S1 and stops self i.e. S2.

2 Answers   IBM, TCS,


write a shell script that counts a number of unique word contained in the file and print them in alphabetical order line by line?

6 Answers   IBM, Wipro,


What are the three main forms of enabling debugging in a shell script?

6 Answers   ADC, Wipro,


How to know that your remote server is ruing smoothly or not in unix?

1 Answers  


Categories