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 |
How we will execute previous command in vi editor?
How does the system know where one command ends and another begins?
What is ctrl d?
What do chown command do?
What does this command do? Cat food 1 > kitty
How to see unused port number in Solaris?
How can you copy files or directories?
what is the cmd to display the last exit status in UNIX?
how unix kernel distinguishes between a normal file and device file ?
7 Answers Google, IBM, McAfee, Vodafone,
What is the use of touch command in there?
Why we are using UNIX OS when we are doing the testing in our application?
Explain command to display different lines that are found when compare two files?