How do you move a process which is running background to
foreground?
Answers were Sorted based on User's Feedback
Answer / sowmya
%fg is the command used to bring process which is running
background to foreground
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / ravikumar reddy .dubba
fg pid(process id)
dubba.ravikumarreddy@gmail.com
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / richa
%fg %jobnumber
'jobnumber' is the number of the job which u'll get by
running 'jobs' command.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / 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 |
How does the user view the contents of a text file in UNIX?
Is it inbetween or in between?
How to know a process is a zombie or orphan process?
What is the use of touch command in there?
How do I find previous commands in unix?
What is the search command in unix?
What is nr in awk command?
Can you enlist some commonly used network commands?
What is pipe command in unix?
What is the syntax of grep command and what is its use?
what are the different commands used to view the contents of a file?
What is the command to check ports active in UNIX?