How do you execute a UNIX command in the background?
Answers were Sorted based on User's Feedback
Answer / c sivakumar
First give a command. After the enter key then give
control+z once doing this, process will be stop which you
executed. After that you have to give 'bg' again it will
start the process in back ground mode(bg). It is
applicable for script too. If you want to swich on to
foreground just give 'fg' fg will give background
process to foreground
Is This Answer Correct ? | 14 Yes | 1 No |
Answer / shy
"top" command is used to view the live process of the
background.
Is This Answer Correct ? | 7 Yes | 4 No |
Answer / tony
Then anybody tell me the below line is a background process or not?
sleep 100 &
Is This Answer Correct ? | 3 Yes | 5 No |
What do know about tee command and its usage?
Which unix command to make a new directory?
Which command can you use to find the currently running process in unix server?
How do you execute a UNIX command in the background?
What happens when we execute a unix command?
What does the “echo” command do?
Will rm -r* removes hidden files?
Which command will you use to change the permissions on file?
How to identify whether a file is normal file or directory?
what is the function of grep command?
what is the command to get help on a UNIX terminal?
Does cp command overwrite files?