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?
How to add content of one file into another file at the beginning
What does the “echo” command do?
What will the following command do?
What is nr in awk command?
What is the functions of zambie process?
what is the use of wild cards?
distinguish between user mode and kernel mode?
How to remove a crontab file?
What is the difference between AWK and SED commands? Plz give example and explain...
what is the difference between SED and GREP ? Which one is more better and why?
How to identify whether a file is normal file or directory?