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 do you repeat a command in terminal?
What is the procedure of "at" and crontab" commands?
What is ‘ps’ command for?
what is the difference between npar and vpar in HP-UX?
How to get the last ten lines of a file using awk utility?
What is the use of pipes?
which command is used to identify the type of the file?
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?
The rm command removes links to file. What does this mean? How then is a file deleted from the file system?
Name the unix command to find how many days the server has been up.
What is mtime in find command?
What does the command ' $who | sort –logfile > newfile' do?