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
What is the difference between grep and egrep?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What is the use of "$?" Sign in shell script?
What does it mean to debug a script?
How to check if the previous command was run successfully?
Hi, i want to zip the files that generates automatically every few minutes (files generated are in .arc extension)....any body write a script for this... thanks in advance
Please give me example of " at command , contrab command " how to use
How does shell scripting work?
How to rename all the files in a folder having specific extension? Example: I have some files with extension (.txt) in a folder name 'Test'. I have to rename all the .txt files in a test and its subdirectories to .my extension.
Why do we use shell scripting?
What is the first line in a shell script?
How do we create command aliases in a shell?