How can I set the default rwx permission to all users on every file which is created in the current shell?


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

Post New Answer

More Shell Script Interview Questions

Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"

5 Answers  


What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?

0 Answers  


What is the difference between a 'thread' and a 'process'?

3 Answers  


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,


Is shell script a programming language?

0 Answers  


write a shell script to check the failed jobs?

0 Answers   Wells Fargo,


How shell works?

1 Answers  


What are the 3 standard streams in linux?

0 Answers  


How do you read arguments in a shell program - $1, $2 ..?

4 Answers  


How can I set the default rwx permission to all users on every file which is created in the current shell?

0 Answers  


How will I insert a line "abcdef" at every 100th line of a file?

2 Answers  


Explain about return code?

0 Answers  


Categories