In this tutorial we will discuss about the Linux Backtrack Basic commends so that we can explore the Backtrack & Pentesting more efficiently .
ls :This shows the file Directory
cd :This command used to change the directory
cd .. :This command used to up directory one steps
cd / :This command used to go into root directory
cd ~ :This command is used to go into Home Directory
mv :This command is used to move a file or folder
cp :This command is used to copy file
cp -r :This command is used to copy folder contents
rm :This command is used to delete file
rm -r :This command is used to delete the folder
mkdir :This command is used to make a folder
__________________________________________________
mv (file name) (changed name) :This command is used to rename a file or folder
ifconfig :This command is used to see the IP Address of the Linux
Top :This command is used to see the Running processes in Linux
ls :This shows the file Directory
cd :This command used to change the directory
cd .. :This command used to up directory one steps
cd / :This command used to go into root directory
cd ~ :This command is used to go into Home Directory
mv :This command is used to move a file or folder
cp :This command is used to copy file
cp -r :This command is used to copy folder contents
rm :This command is used to delete file
rm -r :This command is used to delete the folder
mkdir :This command is used to make a folder
__________________________________________________
mv (file name) (changed name) :This command is used to rename a file or folder
ifconfig :This command is used to see the IP Address of the Linux
Top :This command is used to see the Running processes in Linux
No comments:
Post a Comment