How do you execute a UNIX command in the background?
Answer Posted / tony
Then anybody tell me the below line is a background process or not?
sleep 100 &
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
How do I search for text in vi?
What is ‘ps’ command for?
Why is grep called grep?
What is awk used for?
What are filter commands in unix?
What does sed command do in unix?
How do I run a whois command?
How do I use grep to search for a file?
Explain mount and unmount command.
Name the general commands in using unix os for a beginner?
What is grep in bash?
Explain command to display different lines that are found when compare two files?
How can you see the command line history?
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
What does the command ' $who | sort –logfile > newfile' do?