ftp tsx-11.mit.edu Connected to tsx-11.mit.edu Name (nic.ddn.mil:jbloggs): ftp 331 Guest login ok, send "guest" as password Password:jbloggs@some.org 230 Guest login ok, access restrictions apply. ftp> cd pub/incoming 250 CWD command successful. ftp> put mycode.tar.gz ftp> quit
# # The PARANOID wild card matches any host whose name # does not match its address. ALL: PARANOID ftpd: ALL EXCEPT 193.63.130.*
#
# These are standard services.
ftp stream tcp nowait root /usr/sbin/tcpd \
/usr/sbin/wu.ftpd
telnet stream tcp nowait root /usr/sbin/tcpd \
/usr/sbin/in.telnetd
ftp 21/tcp telnet 23/tcp
ps -aux # display all processes
kill <pid> # kill a process number
find . -name ’foo’ -print
# finds a file called foo
find . -name ’*.gif -exec rm -f {} ; -print
# finds all *.gif files & deletes them
df
# displays all file systems that
# can be seen from this machine
su
# become superuser

poll pop.freeserve.net protocol pop3
jbloggs.freeserve.co.uk
password crackit is joe here
This document was produced using groff-1.19.