XK0-004 · Question #56
A Linux administrator is testing connectivity to a remote host on a shared terminal. The administrator wants to allow other users to access the terminal while the command is executing. Which of the fo
The correct answer is D. ping remotehost &. bg : put the recently suspended process in the background fg : put the recently suspended process in the foreground & : run a program in the background to begin with https://afni.nimh.nih.gov/pub/dist/edu/data/CD.expanded/AFNI_data6/unix_tutorial/basic/basic_02
Question
A Linux administrator is testing connectivity to a remote host on a shared terminal. The administrator wants to allow other users to access the terminal while the command is executing. Which of the following commands should the administrator use?
Options
- Abg ping remotehost
- Bfg ping remotehost
- Cping remotehost < results
- Dping remotehost &
How the community answered
(41 responses)- A7% (3)
- B2% (1)
- C2% (1)
- D88% (36)
Explanation
bg : put the recently suspended process in the background fg : put the recently suspended process in the foreground & : run a program in the background to begin with https://afni.nimh.nih.gov/pub/dist/edu/data/CD.expanded/AFNI_data6/unix_tutorial/basic/basic_02
Topics
Community Discussion
No community discussion yet for this question.