Give command that will make the file "run.sh"
executable?
Answer Posted / pritesh_8
chmod u+x run.sh
./run.sh
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the general format of unix command syntax?
What are the general commands in using unix os for a beginner?
Give the command for finding the current date.
Explain ‘system calls’ with respect to unix commands?
What is the pipe command?
Explain the steps that a shell follows while processing a command.
Which command is used to kill the last background job?
What do know about tee command and its usage?
What is grep r?
What does the metacharacter mean?
What does awk stand for?
What is s and g in sed command?
Which command will print your home directory on screen?
What is $0 bash?
What is in grep command?