Aktionen

A-Z Index Kommandos

Aus exmediawiki

Version vom 12. April 2018, 18:11 Uhr von C.heck (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „= Lists of commands = In our Category Command you will find all commands in this wiki, but without explanation. The next chapter lists t…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

Lists of commands

In our Category Command you will find all commands in this wiki, but without explanation. The next chapter lists the most relevant ones with a short explanation so you can decide if the respective command is right for you. If you add to this list, your contribution should be didactic, understandable for newcomers, focused on the "real world" and contain sensible examples.

By name

This is a list of commands that gives you just enough information to decide what command you want to use.

A

  • alias - allows you to create shorter or more familiar names for commonly used commands
  • apropos - search the manual page names and descriptions
  • apt-get - a package management frontend for Debian-based distributions
  • at - execute a command-line task at a specified future time
  • awk - print only the nth word of an input line and more

B

C

D

  • date - output or set date and time
  • dd - dump a disk to/from a file and more
  • df - show how much free disk space there is
  • diff - show the difference between two files and more
  • dig - show answer of DNS lookup of queried name server
  • disown - disowns a job (removes the pid of the job). Even when the shell exits, the job won't stop running
  • du - show how much disc space is used up

E

F

G

  • g++ - compile C++ code
  • gawk - This command is used to find text within files and replace it.
  • gcc - compile C code
  • getopts - Parse positional parameters
  • git - a version control system
  • grep - grab for patterns in a file and more
  • groupadd - Use this command to add security user groups.
  • groupdel - This one is used for deleting a certain group.
  • groupmod - While the last one deletes, this one modified a group.
  • groups - show what groups your user is in
  • gunzip - unpack files from a special format
  • gzip - pack files in a special format

H

I

  • id - show your user and groups ids
  • ifconfig - show your ip address and more
  • info - show info about a given command
  • init - change runlevel
  • iptables - show your firewall configuration
  • iptraf - Interactive IP LAN monitor

J

K

L

  • ldd - show dynamic libraries needed by an executable
  • less - show output in a viewer where you can scroll and search
  • ln - link a file
  • ls - list files in a directory
  • lshal - list HAL devices
  • lshw - list hardware
  • lsmod - list loaded kernel modules
  • lsof - list open files and listening sockets
  • lspci - list all pci devices
  • lsusb - list usb devices

M

N

O

P

Q

  • quota - manage how much resources the user is allowed to consume

R

S

T

  • tail - show only the last n lines of a file and more
  • tar - pack files in a special format
  • tcpdump - dump the tcp network traffic
  • tee - multiplex cli output
  • time - show the time needed by a command to finish
  • top - show the top CPU consuming processes and more
  • touch - create a file or update its time stamp
  • traceroute - show the route a packet takes over the network
  • tac - print the file in reverse. (opposite of cat) (cat X tac)
  • tune2fs - adjust tunable filesystem parameters on ext2/ext3/ext4 filesystems

U

  • ulimit - show the limits of your user
  • umount - unmount a device (Often requires sudo permissions)
  • uname - show the running kernel's version and more
  • uniq - remove repeated lines in a sorted file
  • unrar - extract .rar files
  • unzip - unpack files
  • uptime - show the time since your computer was last switched on
  • useradd - add a user
  • userdel - delete a user
  • usermod - modify a user

V

  • Vgcreate - create lvm volume groups
  • Vgdisplay - display lvm volume groups
  • Vgs - show information about lvm volume groups
  • Vgscan - scan for lvm volume groups
  • vim - a text editor, not entirely unlike Notepad, but more powerful and programmable.
  • Vmstat - show input/output values, swap, memory consumption and more

W

  • w - print who is logged in to your system
  • watch - repeat a command every x seconds
  • wc - word count (word,line,char)
  • wget - The non-interactive network downloader
  • whereis - locate the binary, source, and manual page files for a command
  • which - print the path where you find an executable file
  • who - see who is on the system
  • whoami - print your effective user name

X

Y

Z

By category