Most of the times you will need to have an account to log into most workstations. The exception is anonymous FTP.
These are just a few examples...
Note: rlogin and rsh will prompt you for a password if the remote system does not trust the local system.
# rlogin -l esofthub_user myserver
# rsh myserver (invokes rlogin without command line arguments)
# ftp myserver (prompts you for a password unless it is anonymous ftp)
# telnet myserver (prompts you for a password)
No comments:
Post a Comment