Offensive Security Trainee Basic Linux Command
Offensive Security Trainee Basic Linux Command
------------------------
uname: Get detailed info on your system specifications with this command.
uname
uname --help
_________________________________________________________________________
pwd: This command prints the name of the working directory
pwd
_________________________________________________________________________
ls: This command Displays what each file contains and the directories they’re
stored in.
ls
ls -l
ls --help
___________________________________________________________________________________
________
history: Get to know all the previously used commands and attributes with history
command.
history
history --help
___________________________________________________________________________________
_________
macchanger:macchanger changes your mac address, essentially changing your identity.
Lets you view current network interface settings and configure them.
ifconfig
___________________________________________________________________________________
___________
echo: It’s like the basic print function
echo Cyber Security.
___________________________________________________________________________________
____________
cat: read files and link them together,
cat
cat --help
___________________________________________________________________________________
____________
Clear: clears the terminal screen
Clear
___________________________________________________________________________________
____________________________________________________________________________
rm --help
______________________________________________________
nano: Another text editor, used as an alternative to the visual editor.
nano
_______________________________________________________
ls -l