Danh sách những câu lệnh cơ bản trong Backtrack dành cho người mới sử dụng
1) Shutdown :
2) Reboot :
3) Download Tools :
4) Remove Tools :
5) Clear Terminal :
6) unzip .zip :
7) unrar .rar :
8) RAR Files :
9) Stop\Cancel Job :
10) ADSL Connection :
11) Exit Terminal :
12) Run Ruby Files :
13) Run Python Files :
14) Run Perl Files :
15) Move in Files :
Example -> cd /pentest/database/sqlmap
1) Shutdown :
shutdown -h now
2) Reboot :
shutdown -r now
3) Download Tools :
apt-get install toolname
4) Remove Tools :
apt-get remove toolname
5) Clear Terminal :
clear
6) unzip .zip :
unzip -e filename.zip
7) unrar .rar :
unrar x filename.rar
8) RAR Files :
rar a name.rar /path/filename
9) Stop\Cancel Job :
Ctrl+C
10) ADSL Connection :
pppoeconf
11) Exit Terminal :
exit
12) Run Ruby Files :
ruby /path/filename.rb
13) Run Python Files :
python /path/filename.py
14) Run Perl Files :
perl /path/filename.pl
15) Move in Files :
cd /path/
Example -> cd /pentest/database/sqlmap