What are some Common Telnet Commands?

What are common telnetting commands, and what do they do? Below is a list of Telnet commands that are useful for maintenance, editting, etc.

CommandDescription
pineOpens the mail program Pine
ftp hostnameFTP's to the specified hostname
chmod ### filenameChanges a file's mode
chownusername file changes ownership
pico filenameOpens/Creates a specified file
perl scriptname.plRuns perl on the specified script
mv file target_directoryMoves a file to a specified directory
cd directory_nameChanges current directory
pwdPrints working directory
mkdir directory_nameCreates specified directory
rmdir directory_nameRemoves specified directory
rm filenameRemoves specified file
tar cvf name.tar *Creates a tar archive of all the files in the directory
tar xvf name.tarExpands a tar archive with directories and permissions
gzip name.tarZips a tar archive
gunzip name.tar.gzUnzips a zipped tar archive


If you have any suggestions for or problems with this website, please e-mail
support@mercuryd.com