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 is the significance of the 'tee' command?
What are grep patterns?
What is the general format of unix command syntax?
Explain ‘library functions’ with respect to unix commands?
what is the advaantage of each user having its own copy of the shell?
How does the system know where one command ends and another begins?
What are reported commands?
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)?
How do I use grep to find a file?
What is a bash command?
What is the difference between grep and grep?
What is grep r?
hw will u use awk in replacing cahrs and files
What is “chmod” command?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include