Jane needs to list a directory on a remote system named entropy. The system has been
configured with a .
rhosts file in Jane’s home directory. Choose the command that will display the contents of a
directory without Jane having to login to the remote system.
A.
rsh entropy ls /export/home/jane/scripts/*
B.
rcp entropy ls /export/home/jane/scripts/*
C.
ls -r entropy /export/home/jane/scripts/*
D.
rlogin entropy ls /export/home/jane/scripts/*
Explanation: