Give command that will make the file "run.sh"
executable?
Answer Posted / 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 |
Post New Answer View All Answers
What is the use of cut command in unix?
Explain ‘system calls’ with respect to unix commands?
What command is used to check the current users?
Describe the usage and functionality of the command rm –r * in unix?
What is $0 bash?
Enlist some filename manipulation commands in unix.
What does this command do,"$more readme.txt“?
How do I search for a file in unix command?
Can you explain a little bit about command substitution?
How do I use grep to find a file?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is command statement?
How many unix commands are there?
Which command should you use to find the remaining disk space in unix server?
What is the use of finger command?