Answer Posted / narendrasairam
Depending on the type of shell you can execute a file in
either of the ways
1) ksh <filename>
2) sh <filename>
If the file already possess execute bit set on it, then you
can directly execute the file with its name alone
1) <filename>
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What is the difference between awk and grep?
What is awk used for?
Explain how to use grep command to list find the records of a file containing 10 different strings?
How do I use nslookup?
What does grep v do?
What does this command do,"$more readme.txt“?
What difference between cmp and diff commands?
what is the advaantage of each user having its own copy of the shell?
What does find command return in unix?
What do chgrp command do?
What is the comma to show the space allocation of files?
What command is used to switching between users in unix?
How does shebang work?
Which command is used to find whether the system is 32 bit or 64 bit?
What command is used to check the current users?