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
How do I run a bash script?
What command is used to switching between users in unix?
How do I search for text in vi?
What is the size of time_t?
Why is awk called awk?
Which command is used to delete all files in the current directory and all its sub-directories?
What does grep v grep do?
What do know about tee command and its usage?
Who command in unix?
Explain command to view process running?
How do I run a whois command?
What is nr in awk command?
hw will u use awk in replacing cahrs and files
Which command is used to copy files?
What is command substitution?