nerdexam
CompTIA

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

Scripting, Containers and Automation

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)
  • A
    7% (3)
  • B
    2% (1)
  • C
    2% (1)
  • D
    88% (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

#background processes#job control#terminal sharing#& operator

Community Discussion

No community discussion yet for this question.

Full XK0-004 Practice