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 time_t?
How do I run a bash script?
How do I find previous commands in unix?
How do I search for a file in unix command?
What is the comma to display different lines that are found when compare two files?
Explain ‘library functions’ with respect to unix commands?
Describe the zip/unzip command using gzip.
What is ‘ps’ command for?
What is the difference between cat command and more command?
Which command can you use to find the currently running process in unix server?
What do chgrp command do?
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
Which command will print your home directory on screen?
What is a bash command?
What are reported commands?