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 |
Enlist some filename manipulation commands in unix.
What does mkdir up2date; touch outdated up2date do?
What is the use of touch command in there?
What is a Unix signal, and how do you handle them?
what is the use of ls -l command & what is the information it gives about user ?
What is used to type command?
What does 'mkdir' command do in UNIX?
Which command will print your home directory on screen?
what are the different commands used to create files?
What do chown command do?
What does the command ' $who | sort –logfile > newfile' do?
What is command statement?