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 do you understand bythe term 'de-mountable volumes'?
what is the difference between pipe(|) and tee command..
What does grep v grep do?
What are the unix commands?
what are the different operating systems available?
How do I delete files from command prompt?
what will be the output of ls ~/..
What does mkdir up2date; touch outdated up2date do?
what are filters?
What is use of sed command?
12 Answers BitWise, Infosys, Reliance,
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
How do you create a directory in UNIX?