Top Ten Unix Commad


Command
Top Ten Unix Commad
Description
1. ls
ls
ls -alF
Lists files in current directory
List in long format
2. cd
cd temp
cd ..
Change directory to temp
Move back one directory
3. mkdir
mkdir test
Make a directory called test
4. rmdir
rmdir deletedDir
Remove directory (must be empty)
5. cp

cp file2 copiedfile
cp file1 file1.bak
6. rm
rm file1.bak
rm *.txt
Remove or delete file
Remove all file
7. mv
mv oldfile.html newfile.html
Move or rename files
8. more
more test.html
Look at file, one page at a time
9. lpr
lpr index.html
Send file to printer
10. man
man ls
Online manual (help) about command

No comments

2015@Bahaa Barghouti. Powered by Blogger.