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 to get a particular string as your prompt ? Give syntax of that command?
when we installing aix os the ssh installed default?
Give the command to display space usage on the UNIX file system.
What does mkdir up2date; touch outdated up2date do?
What are the general commands in using unix os for a beginner?
How to identify whether a file is normal file or directory?
What is FIND, GREP and SED ? Could you please give me the difference between all the three? Where we use this commnands?
Write a command that will display files in the current directory, in a colored, long format.
what does a process mean?
in UNIX,How to copy file into directory?
Using unix command how to display no of records in oracle?
What command will change your prompt to myprompt?