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 general format of unix command syntax?
Which command can you use to find the currently running process in unix server?
What is the command to find hidden files in the current directory?
What are filter commands in unix?
How do you grep recursively?
Name the general commands in using unix os for a beginner?
What is the unix command to confirm a remote host is alive or not?
Which command should you use to find the remaining disk space in unix server?
Can you explain a little bit about command substitution?
What is “chmod” command?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is $0 bash?
Which command is used to restrict incoming messages?
What is {} in find command?
What is a bash command?