Give command that will make the file "run.sh"
executable?
Answer Posted / puja
chmod 777 run.sh
./run.sh
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does this command do? Cat food 1 > kitty
What are the commands in UNIX to list the files in a Directory?
What is the difference between grep and grep?
Enlist some filename manipulation commands in unix.
How do I search a whole word in vim?
What is the use of the tee command?
What is in grep command?
What is grep command in unix with examples?
What is unix command?
Why is it called a shebang?
Explain command to display different lines that are found when compare two files?
What is the behavioural difference between cmp and diff commands?
What is the first character of the output in ls l command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
How do you repeat a command in terminal?