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 |
if we create a file, in that 10 rows(means 1,2,....9,10 like). i want 7 row exactly, which command use in unix? plz send this question.
Explain how to use grep command to list find the records of a file containing 10 different strings?
Give the command to display space usage on the UNIX file system.
what is the use of wild cards?
What is awk good for?
What does the “echo” command do?
Is ‘du’ a command? If so, what is its use?
How to setup Disk space as well as memory in solaris10?
Can you explain a little bit about command substitution?
In UNIX, what is the command to kill a process?
How to see unused port number in Solaris?
describe the escaping sequence characteres in unix