Friday, November 8, 2013

Backtrack Basic Commands

Hi Guys,In this article am going to share with you some backtrack tips and tricks and commands that you must know while using your backtrack. I have divided it in some catagories that will be very easy to understand. Follow these commands and enjoye.



Know Your System

uname:    Print System Information
cal:      Displays Calculator
who:      Show Who Is Logged On
date:     Print System Date And Time
ps:       Displays Information Of Current Active Processes
df:       Report File System Disk Space Usage
du:       Estimate File Space Usage
clear:    Clear The Terminal Screen
cat /proc/:  cpuinfo Display CPU Information
cat /proc/meminfo:  Display Memory Information
kill:     Allows To Kills Process

File Operations

pwd:    Print Name Of Current/Working Directory
cp:     Copy Files Or Directory
cd:     Changing The Working Directory
rm:     Remove Files And Directory
ls:     List Of Directory Contents
cat:    Concatenate Files And Print On Standard Output
mkdir:  Make Directory
mv:     Move Files
chmod:  Change Files Permissions

Network

ifconfig  To Config Network Interface

ping      Check The Other System Are Reachable From The Host System
ssh       Remote Login Program
ftp       Download/Upload Files From/To Remote System
wget      Download Files From Network
last      Displays List Of Last Logged In User
telnet    Used To Communicate With Another Host Using THe Telnet Protocol

Compression

gzip:     Compress Or Decompress Named Files
tar:      To Store And Extract Files From An Archive File Known As Tar File


Searching Files

find      Search For Files In A Directory Hierarchy
grep      Search Files(s) For Specific Text
locate    Find Files By Name

Hope You Like It.Give Your Valuable Feedback At Comments Frequrntly If You are getting any problem in this post.


0 comments:

Post a Comment