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
Hi, all Scripting professional. Q. I have written script1.sh and calling script2.sh in script1.sh file using bash shell as interpreter and my log in shell also bash shell.My code like Script1 #!/bin/bash echo "My script2 call" . script2.sh Here script2.sh file run successfully but when I have changed my interpreter bash to ksh like #!/bin/ksh Error are comming script2.sh command not found. Guid me how to call other script in our main script.
How to use arguments in a script?
What is a beat in a script?
Why is it called a shell?
how to search for vowels a,e,i,o,u appearing in the same sequence in a file
Write down the syntax of "for " loop
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.
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
How to pass an argument to a script?
Is shell a part of kernel?
How do I read a .sh file?
What is a file basename?