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 |
which script will invoke first ,when /etc/init.d starts
what is the use of nice command?
Who command in unix?
What is the general format of unix command syntax?
What UNIX command will control the default file permissions when files are created?
hw will u use awk in replacing cahrs and files
Where can I get the free download of Unix by Yeswant Kanetkar?
How to convert a hidden file to normal visible file?
use of ls command
What does mkdir up2date; touch outdated up2date do?
What is the unix command to confirm a remote host is alive or not?
Name the general commands in using unix os for a beginner?