Answer Posted / lokesh
There are lot of ways by which u can execute a file in Unix.
1. ./<filename>
2. <filename> #only if the permissions are in place for the
user
3. sh <filename> #uses bash shell
4. nohup <filename> #the process doesn't get killed even on
reboot
5. Batch <filename>
6. at <time> <filename> #to schedule the job
7. U can also autorun it by making an entry into the cron
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain command to view process running?
How to use grep command to list find the records of a file containing 10 different strings?
What are some command words?
How do you repeat a command in terminal?
What does the “echo” command do?
What is the command to compare two files in unix?
What is difference between grep and find command in unix?
What is nr in awk command?
Are you in or at the office?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is the unix command to confirm a remote host is alive or not?
How do I clear my terminal history?
What is the use of the command 'ls -x chapter[1-5]' ?
How do I open a port?
What does this command do,"$more readme.txt“?