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 can we "forked" process in UNIX? How then recognize in any of the branches we?
What are file commands?
How do you list the files in an UNIX directory while also showing hidden files?
how to make IGNITE-BACKUP in HP-UX?
How do you grep recursively?
How do you create a file in UNIX
36 Answers Accenture, EMG, Nokia, QA, TD,
What is the function of grep command in unix?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How do you change file permissions?
what are processor execution levels and priorities?
How do I use grep to search for a file?
what does the 'tee' command do?