Thread: linux commands
View Single Post
  #4  
Old 02-10-2005, 02:26 PM
BOne is offline BOne
Registered User

Join Date: Aug 2003
Posts: 1,640

Send a message via ICQ to BOne Send a message via Yahoo to BOne
Quote:
Originally posted by Panther
Lots, don't use telnet, SSH2 only.

cd dir - move to another directory
cd .. - move back a directory
cd ~ - move to the home directory
ls - display files in directory
ls -a - diplay all files, including hidden
cp source destination - copys a file
mv source destination - moves a file
mkdir dirname - makes a dir
rmdir dirname - removes a dir
rm file - removes a file
rm -f - forces removal of file
rm -rf - removes all files, and all folders in the dir.

Off the top of my head Back to work now..
groovin panther ... we covered a lot of what you posted today...test tomorrow...start buliding kernel s next week
why not telnet panther...is not as secure???
yup steve real close to DOS
__________________
=====Retired sig team member=====
Reply With Quote