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 unix kernel distinguishes between a normal file and device file ?
7 Answers Google, IBM, McAfee, Vodafone,
How to delete a directory containing files and folders?
What is sed awk grep?
Why is it called a shebang?
which script will invoke first ,when /etc/init.d starts
which command is used to stop a running process in unix?
What is the different between UNIX command and UNIX shell script?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Can you explain a little bit about command substitution?
Assume that a file’s permissions give you read and write access. What operations can you perform on the file if it is in a directory which has “r”(read) only process? What operations can you perform on the file if it is in a directory which has “x”(execute) only access?
How do I run a bash script?
How do you move or rename a file or directory?