does anyone know any telnet command or sites with common commands listed?
im telnetted to a telnet with FreeBSD on it
thanks
Printable View
does anyone know any telnet command or sites with common commands listed?
im telnetted to a telnet with FreeBSD on it
thanks
Are you after the Standard UNIX Style Commands?
I forget How, but there is a way to print out a summation of all the commands listed in the MAN pages of Unix.
AND, most of the important commands can be listed if you ls the /usr/bin/* area.
cd to change directoryQuote:
Originally posted by nabeels786
does anyone know any telnet command or sites with common commands listed?
im telnetted to a telnet with FreeBSD on it
thanks
dir or ls -al to list directory
cp to copy files
mv to move or rename files
rm to remove files
mkdir to make directories
rmdir to remove an empty directory
rm -r to delete a directory and it's subdirctory recursively
cat to view a file
pwd to display which directory u are currently in
You can find a reference here :
http://hotwired.lycos.com/webmonkey/...ce/unix_guide/
i cant access the usr/bin* area os my account. i only get /home/user/nabeel/*
thanks thinktank