Difference between revisions of "Linux/commands"
< Linux
Jump to navigation
Jump to search
m (Linux Shell Commands moved to shell commands (Linux)) |
|||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | These are actually better classified as [[GNU]] or perhaps [[*nix]]. | |
==Alphabetic== | ==Alphabetic== | ||
+ | * {{l/cmd|adduser}} | ||
+ | * {{l/cmd|chgrp}} | ||
* {{Linuxcmd|cp}} | * {{Linuxcmd|cp}} | ||
− | * {{ | + | * {{l/cmd|dd}} |
− | * {{ | + | * {{l/cmd|dmesg}} |
− | * {{ | + | * {{l/cmd|find}} |
− | * {{ | + | * [[grep]] |
+ | * [[groupadd]] | ||
+ | * {{l/cmd|groupdel}} | ||
+ | * {{l/cmd|groupmod}} | ||
+ | * {{l/cmd|groups}} | ||
+ | * [[ifconfig]] | ||
* {{Linuxcmd|iptables}} | * {{Linuxcmd|iptables}} | ||
− | * {{ | + | * {{l/cmd|less}} |
− | * {{ | + | * {{l/cmd|ln}} |
− | * {{ | + | * {{l/cmd|ls}} |
− | * {{ | + | * {{l/cmd|lspci}} |
− | * {{ | + | * {{l/cmd|hostname}} |
+ | * {{l/cmd|more}} | ||
+ | * [[mkdir]] | ||
+ | * {{l/cmd|mv}} | ||
+ | * {{l/sub|nohup}} - runs program with "no hangups", i.e. you can close the terminal and it will keep running | ||
+ | * [[openssl]] | ||
* {{Linuxcmd|quota}} | * {{Linuxcmd|quota}} | ||
− | * {{ | + | * {{l/cmd|rmdir}} |
− | * {{ | + | * {{l/cmd|rd}} |
− | * {{ | + | * {{l/gnu|screen}} |
− | * {{ | + | * {{l/cmd|tail}} |
− | * {{ | + | * {{l/cmd|useradd}} |
− | * {{ | + | * {{l/cmd|userdel}} |
+ | * {{l/cmd|usermod}} | ||
==See Also== | ==See Also== | ||
− | * | + | * {{lc|manpages}} category |
− | * [[Linux file/ | + | * [[Linux/file/cmd]]: file/folder commands and syntax |
+ | * [http://blog.htmlhelp.com/2007/09/05/unixlinux-command-cheat-sheet/ Unix/Linux Command Cheat Sheet] (a [[PDF]], available in multiple languages) |
Latest revision as of 23:06, 13 November 2022
These are actually better classified as GNU or perhaps *nix.
Alphabetic
- adduser
- chgrp
- cp
- dd
- dmesg
- find
- grep
- groupadd
- groupdel
- groupmod
- groups
- ifconfig
- iptables
- less
- ln
- ls
- lspci
- hostname
- more
- mkdir
- mv
- nohup - runs program with "no hangups", i.e. you can close the terminal and it will keep running
- openssl
- quota
- rmdir
- rd
- screen
- tail
- useradd
- userdel
- usermod
See Also
- manpages category
- Linux/file/cmd: file/folder commands and syntax
- Unix/Linux Command Cheat Sheet (a PDF, available in multiple languages)