Novell
050-720 · Question #139
You work as a Database Administrator for Net Perfect Inc. The company has a Linux-based network. You want to run the GUI command on $HOSTNAME as a $USER. Which of the following commands can you use…
The correct answer is D. ssh -f -Y $USER@$HOSTNAME xeyes. See the full explanation below for the reasoning.
Question
You work as a Database Administrator for Net Perfect Inc. The company has a Linux-based network. You want to run the GUI command on $HOSTNAME as a $USER. Which of the following commands can you use to accomplish the task?
Options
- Assh -g -L 8080:localhost:80 root@$HOST
- Bssh $USER@$HOST commandname
- Cscp -p -r $USER@$HOST: file dir/
- Dssh -f -Y $USER@$HOSTNAME xeyes
How the community answered
(49 responses)- A14% (7)
- B4% (2)
- C8% (4)
- D73% (36)
Community Discussion
No community discussion yet for this question.