Difference between revisions of "Linux/commands"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
 
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Computing]]: [[Software]]: [[Operating Systems]]: [[Linux]]: [[Linux Shell Commands|Shell Commands]]{{seedling}}
+
These are actually better classified as [[GNU]] or perhaps [[*nix]].
 
 
 
==Alphabetic==
 
==Alphabetic==
* [[dmesg]]
+
* {{l/cmd|adduser}}
 +
* {{l/cmd|chgrp}}
 +
* {{Linuxcmd|cp}}
 +
* {{l/cmd|dd}}
 +
* {{l/cmd|dmesg}}
 +
* {{l/cmd|find}}
 +
* [[grep]]
 
* [[groupadd]]
 
* [[groupadd]]
* [[groupdel]]
+
* {{l/cmd|groupdel}}
* [[groupmod]]
+
* {{l/cmd|groupmod}}
* [[iptables]]
+
* {{l/cmd|groups}}
* [[less]]
+
* [[ifconfig]]
* [[ls]]
+
* {{Linuxcmd|iptables}}
* [[lspci]]
+
* {{l/cmd|less}}
* [[more]]
+
* {{l/cmd|ln}}
* [[tail]]
+
* {{l/cmd|ls}}
* [[useradd]]
+
* {{l/cmd|lspci}}
* [[userdel]]
+
* {{l/cmd|hostname}}
* [[usermod]]
+
* {{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}}
 +
* {{l/cmd|rmdir}}
 +
* {{l/cmd|rd}}
 +
* {{l/gnu|screen}}
 +
* {{l/cmd|tail}}
 +
* {{l/cmd|useradd}}
 +
* {{l/cmd|userdel}}
 +
* {{l/cmd|usermod}}
 +
==See Also==
 +
* {{lc|manpages}} category
 +
* [[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

See Also