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 to open a Database using Unix Command Please Do Reply
What Command will remove a Directory in UNIX?
How do you change file permissions and ownership in Unix?
distinguish between paging and swapping?
What is grep command in unix with examples?
distinguish between paging and swapping?
What is difference between grep and find command in unix?
What are reported commands?
Give Command that will move a single file called "unix.txt"
What is a command and examples?
Who command in unix operating system?
What does the metacharacter mean?