Unix General Question:
Download Job Interview Questions and Answers PDF
How to move a background job to forward?
Answer:
./test.pl&
jobs -- get job id of the above process
[3] Running ./test.pl &
fg 3
jobs -- get job id of the above process
[3] Running ./test.pl &
fg 3
Download Unix General Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain command to display different lines that are found when compare two files? | What is grep|sort give example? |