| Command | Comment
|
| addgroup | Add a new group to the system
|
| adduser | Add a new user to the system
|
| alsamixer | Adjust sound volume and balance
|
| ash | Bourne shell
|
| bunzip2 | Uncompress a .bz2 file
|
| bzcat | Uncompress and print a .bz2 file to standard output
|
| cat | Print files on the standard output
|
| cd | Change working directory
|
| chgrp | Change group ownership of files
|
| chmod | Change file modes
|
| chown | Change user ownership of files
|
| cp | Copy files
|
| date | Display or adjust date and time
|
| delgroup | Delete a system group
|
| deluser | Delete a system user
|
| dd | Convert and copy a file
|
| df | Report filesystem disk space usage
|
| dmesg | Print bootup messages
|
| du | Summarize disk usage recursively
|
| echo | Display a line of text
|
| egrep | Print lines matching an extended regular expression
|
| fbset | Show and modify frame buffer device settings
|
| fbv | Display images on framebuffer
|
| find | Search for files in a directory hierarchy
|
| fgrep | Print lines matching a list of fixed strings
|
| free | Display amount of free and used memory
|
| gdbserver | Remote server for the GNU Debugger
|
| grep | Print lines matching pattern
|
| gunzip | Uncompress a .gz file
|
| gzip | Compress a file using the LZ77 coding (.gz)
|
| halt | Stop the system
|
| head | Output the first part of files
|
| hexdump | Display file in user specified format
|
| hostname | Show or set the system's host name
|
| ifconfig | Configure a network interface
|
| ip | Show or manipulate routing, devices, policy routing and tunnels
|
| joe | A friendly text editor
|
| kill | Terminate a process
|
| ldd | Print shared library dependencies
|
| less | Like more, but allows backwards movement.
|
| ln | Make links between files
|
| ls | List directory contents
|
| mkdir | Create a directory
|
| more | Page text one screen at a time
|
| mv | Move or rename a file
|
| nslookup | Queries the nameserver for the IP address of a host
|
| passwd | Change user's password
|
| ping | Send ICMP ECHO_REQUEST to network hosts
|
| ps | Display current processes
|
| pwd | Print working directory
|
| rm | Remove (delete) file
|
| rmdir | Remove (delete) directory
|
| sleep | Delay given number of seconds
|
| sort | Sort lines of text
|
| tar | Create or extract TAR archive
|
| tail | Output the last part of files
|
| telnet | Open a telnet connection to a host
|
| touch | Change file timestamps, or create empty file
|
| top | Display dynamic real-time view of running system
|
| udhcpc | DHCP client
|
| uname | Print system information
|
| unzip | Extract files from ZIP archives
|
| usleep | Sleep some number of microseconds
|
| vi | A text editor
|
| wget | Retrieve files via HTTP or FTP
|
| zcat | Uncompress and display .gz file on standard output
|