How do you execute a UNIX command in the background?
Answer Posted / santosh
The answer is nohup <Command/Script>
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What does touch command do in unix?
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 unix command lists files/folders in alphabetical order?
What is difference between grep and find command in unix?
How does shebang work?
How do you grep recursively?
What is {} in find command?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What does the command '$ls | wc –l > file1' do?
How does the system know where one command ends and another begins?
How do I delete files from command prompt?
How do I find previous commands in unix?
What is the command to compare two files in unix?
What is the behavioural difference between cmp and diff commands?
What is the command to view process running?