Give command that will make the file "run.sh"
executable?
Answer Posted / ghanshyam baboo
chmod +x run.sh ; ./!$
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Describe the usage and functionality of the command rm –r * in unix?
What is the general format of unix command syntax?
What is the command to compare two files in unix?
Explain command to show the space allocation of files?
What is unix command?
Name the general commands in using unix os for a beginner?
What command is used to switching between users in unix?
Which command will print your home directory on screen?
Does cp command overwrite files?
What is the use of tee command?
What is grep in bash?
How many unix commands are there?
Write a command that will display files in the current directory, in a colored, long format.
How do I search for text in vi?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?