Linux Commands
Last modified by Justin Morgan on 2019/09/29 18:04
Commands
- apt-get
- cat
- cd
- chmod
- clear
- cp
- df
- du
- echo
- getconf LONG_BIT
- hostname
- ifconfig
- init 0
- ip a
- locate
- ls
- man/--help
- mkdir/rmdir
- mv
- nano/vi/jed
- netstat
- ping
- poweroff
- ps
- pwd
- rm
- shutdown
- sudo
- sudo halt/sudo reboot
- tar
- touch
- uname
- zip/unzip
Command Syntax
https://sevenzip.osdn.jp/chm/cmdline/syntax.htm
Switches
On the command line, a switch consists of a switch specifier, either a dash or a forward slash , followed by the name of the switch. Switch names cannot be abbreviated.
Some switches take an argument after the switch name. No spaces or tabs are allowed within a switch specification. Switch names are not case sensitive, but arguments can be case sensitive.
Switch can be used in any place in command line.