logo
>>News
>>Archive
>>Admin
>>Few Words
>>C-Force Basic Set-Up
>>Triton Basic Set-Up
>>Charon Set-Up
>>Raptor Set-Up
>>UNIX Commands
>>How To Fight With Ads
>>How To Fight With Spyware
>>How To Host Images
>>How To Shot Movie Caps
>>JTR Guide
>>Proxy Guide
>>Wordlist Guide
>>Popular Hosters
>>Video Tutorials
>>Tools
>>Other
>>Security Tools
>>X360 Games
>>X360 Games Burning Guide
>>Links
>>Tips
>>Proxies Sources
>>Your IP
e-mail
msn
icq318197797
gg4001739
#52x4u.com
#immortalxx.com
#tonyvegas.stylwolny.pl
#stalker.funday.pl
#blog.jakub.kasprzycki.name
#jpghosting.com
#cozywebhost.com
Firefox 3
If you would like to see your advertisement here contact me

UNIX Commands

UNIX Commands are usefull, because without them you will not be able to explore shells etc. I listed all commands that may be helpfull for newbie exploiters.

pwd - shows actual path where you are

ls - lists files in directorcy

ls -l - lists files in directory with details like date, size, attributes

ls -a - lists files in directory and shows hidden files

For example you are actually in directory /www/docs/pub/ccbill/files so putting ls command will let you to see all files in this directory. If you want move to /www/docs/pub/ directory then you just need to put ls /www/docs/pub/ it will move you there and show all files there also.

cat [file name] - shows content of file

For example you want to check what is inside /www/docs/pub/ccbill/.htpasswd file so you simply put cat /www/docs/pub/ccbill/.htpasswd command and all info inside will be displayed

locate [file name] - will let you to locate file directly, when the files are found it will display paths

For example you want to find htpasswd file on server so simply put locate htpasswd and it will find all paths with this file for you.

rm [file name] - removes a file, you can also add -i to make a confirmation for deleting

cp [file name 1] [file name 2] - copies a file

mv [file name 1] [file name] - moves a file

mkdir [dir name] - makes a new directory

If you need more commands please visit these sites:

http://8help.osu.edu/wks/unix_course/intro-137.html

http://www.indiana.edu/~uitspubs/b017/

http://mally.stanford.edu/~sr/computing/basic-unix.html

Back to top

< ! -- Place for Ads -- ! >