Give command that will make the file "run.sh"
executable?
Answers were Sorted based on User's Feedback
Answer / aseem
If we have to make file executable then we have to use chmod
command. Sh can help in execution but it will not change
file as executable
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / dhina
bash run.sh
or
login as a root and type sh run.sh
or
give the permission to run.sh with chmod 755 run.sh and
type ./run.sh
| Is This Answer Correct ? | 2 Yes | 1 No |
what is the cmd to display the last exit status in UNIX?
What command is used to replace the existing string with some other?
What is the difference between pipe (|) and tee command in unix
How do you copy a directory with many files and folders into another directory?
what is the difference between Touch & cat command
Write a command that will display files in the current directory, in a colored, long format.
What does sed command do in unix?
What is merge command in unix?
which command is used to identify the type of the file?
What is an Unix command to convert HEX value to ASCII value located in any flat file.
Where can I get the free download of Unix by Yeswant Kanetkar?
How do you find out all processes that are currently running in UNIX OS?