What is necessary before running a shell script from the terminal?
Answer / Rahul Harshawardhan
Before running a shell script from the terminal, you must make sure it has execute permissions. You can set execute permissions using the chmod command. For example: `chmod +x filename`
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between the fork() and vfork() system call?
How do I find my unix os version?
What is meant by the term super user?
Is ios based on unix?
command to display different lines that are found when compare two files?
What are internal and external commands in unix?
Explain Sticky bit?
What is unix and why is it important?
A process is running for 1000 times.How to kill all processes except one i.e kill 999 processes?
What are the entities that are swapped out of the main memory while swapping the process out of the main memory?
Is used to create ordinary files on any unix system?
Explain file system in unix.