How do you execute a UNIX command in the background?
Answer Posted / 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 |
Post New Answer View All Answers
Write a command that will display files in the current directory, in a colored, long format.
Which command is used to copy files?
Describe the zip/unzip command using gzip.
Differentiate cmp command from diff command.
How do you repeat a command in terminal?
How do I open a port?
Name the unix command to find how many days the server has been up.
Which command is used to find whether the system is 32 bit or 64 bit?
What does touch command do in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How does shebang work?
Is command prompt unix?
What command is used to check the current users?
What is the use of egrep command in unix?
What is grep in bash?