what is the use of "fg" command ?
Answers were Sorted based on User's Feedback
Answer / harish
fg command will put a process running in background to
foreground.
| Is This Answer Correct ? | 49 Yes | 1 No |
Answer / c sivakumar. kumarsiva46@yaho
'bg' means background and 'fg' foreground. This 'fg'
command using to change the background process to
foreground.
| Is This Answer Correct ? | 20 Yes | 2 No |
How does pipe () work?
what is the command to find out which shell you are running?
What is the comma to show the space allocation of files?
Why is shebang used?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
How do I open a port?
what is the cmd to display the last exit status in UNIX?
What is grep short for?
What is the comma to display different lines that are found when compare two files?
distinguish between interrupts and exceptions?
Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.
In vi editor how do you execute unix commands?