How do you move a process which is running background to
foreground?
Answer Posted / subbareddy kake
fg:It brings most recently back ground job to the foreground
fg %<job no>:Bring a job to fore ground by specifying its
job number after the % sysbol
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain mount and unmount command.
How do I run a bash script?
What is the difference between cat command and more command?
What does grep v do?
What is the use of cut command in unix?
What does touch command do in unix?
What is the search command in unix?
Which unix command lists files/folders in alphabetical order?
What is .sh file?
Explain command to show the space allocation of files?
Explain ‘library functions’ with respect to unix commands?
Does cp command overwrite files?
What are the commands in UNIX to list the files in a Directory?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is the behavioural difference between cmp and diff commands?