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
What does the md command do?
How do I run a whois command?
How do you repeat a command in terminal?
What is in grep command?
What is the first character of the output in ls l command?
Using unix command how to display no of records in oracle?
What is the use of cut command in unix?
What is awk good for?
how to sort the content of the file based on numeric values
Which command is used to restrict incoming messages?
What is sed awk grep?
What is the nmap command?
Which command is used to delete all files in the current directory and all its sub-directories?
What is the command to find hidden files in the current directory?
What is the use of tee command?