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 delete files from command prompt?
What are the dos commands?
Enlist some filename manipulation commands in unix.
What do chmod command do?
How do you grep recursively?
What is grep command in unix with examples?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is “chmod” command?
What is the general format of unix command syntax?
How do I use grep to search for a file?
What does the metacharacter mean?
How to find $ai_serual resolved path by using unix
Why is awk called awk?
What is the first character of the output in ls l command?
How does the system know where one command ends and another begins?