Novell
050-720 · Question #228
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 $USER@$HOST commandname
- Bssh -g -L 8080:localhost:80 root@$HOST
- Cscp -p -r $USER@$HOST: file dir/
- Dssh -f -Y $USER@$HOSTNAME xeyes
How the community answered
(47 responses)- A4% (2)
- B17% (8)
- C9% (4)
- D70% (33)
Community Discussion
No community discussion yet for this question.