Novell
050-720 · Question #38
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
- Ascp -p -r $USER@$HOST: file dir/
- Bssh $USER@$HOST commandname
- Cssh -g -L 8080:localhost:80 root@$HOST
- Dssh -f -Y $USER@$HOSTNAME xeyes
How the community answered
(19 responses)- B11% (2)
- C16% (3)
- D74% (14)
Community Discussion
No community discussion yet for this question.