04-29-2015, 08:22 PM
There is a bash built in that can show you all the commands you could run.
introduction to commands
manual pages are very important you type in man and then a command
man <command_name>
Help: --help
Code:
compgen -c
Code:
man intro
manual pages are very important you type in man and then a command
man <command_name>
Code:
man man
Code:
man ls
Code:
man cp
Code:
man mv
Code:
man apt-get
Code:
ls --help
Code:
cp --help
Code:
mv --help