| [ | Conditional testing (linked to coreutils) |
| adb | Android Debug Bridge |
| awk | Pattern scanning and processing language |
| b2sum | BLAKE2 checksum (linked to coreutils) |
| base32 | Base32 encoding/decoding (linked to coreutils) |
| base64 | Base64 encoding/decoding (linked to coreutils) |
| basename | Remove path prefix (linked to coreutils) |
| basenc | Various encoding conversions (linked to coreutils) |
| bash | Bourne Again Shell |
| cat | Concatenate and output files (linked to coreutils) |
| celery | Distributed task queue CLI |
| chcon | Modify SELinux context (linked to coreutils) |
| chgrp | Modify file group (linked to coreutils) |
| chmod | Modify file permissions (linked to coreutils) |
| chown | Modify file owner (linked to coreutils) |
| chroot | Switch root directory (linked to coreutils) |
| cksum | Checksum calculation (linked to coreutils) |
| comm | Compare two sorted files (linked to coreutils) |
| coreutils | GNU core utilities |
| cp | Copy files (linked to coreutils) |
| crontab | Scheduled task management |
| csplit | Split files by pattern (linked to coreutils) |
| curl | HTTP/FTP command-line client |
| cut | Cut text by columns (linked to coreutils) |
| date | Display/set date and time (linked to coreutils) |
| dd | Data conversion and copying (linked to coreutils) |
| df | View disk space (linked to coreutils) |
| dir | List directories (linked to coreutils) |
| dircolors | Directory color settings (linked to coreutils) |
| dirname | Get directory part (linked to coreutils) |
| dnsmasq | Lightweight DNS/DHCP service |
| du | Disk usage statistics (linked to coreutils) |
| echo | Output text (linked to coreutils) |
| env | Environment variable management (linked to coreutils) |
| expand | Convert tabs to spaces (linked to coreutils) |
| expr | Evaluate expressions (linked to coreutils) |
| factor | Factor numbers (linked to coreutils) |
| false | Return non-zero status code (linked to coreutils) |
| fuser | Show process IDs using specified resources |
| find | File search tool |
| fmt | Text formatting (linked to coreutils) |
| fold | Wrap lines by width (linked to coreutils) |
| free | View memory usage |
| frpc | frp intranet penetration client |
| fsmon | File system monitoring |
| grep | Pattern search in text |
| groups | View user groups (linked to coreutils) |
| head | Output beginning of files (linked to coreutils) |
| hexedit | Hex editor |
| htop | Interactive process viewer |
| id | User identity information (linked to coreutils) |
| ifconfig | Network interface configuration |
| ip | Network routing/tunnel/device management |
| iperf | Network bandwidth test (linked to iperf3) |
| iperf3 | Network bandwidth testing tool |
| join | Merge two sorted files (linked to coreutils) |
| kill | Send signal to terminate processes |
| killall | Kill all processes by name |
| link | Create hard links (linked to coreutils) |
| ln | Create links (linked to coreutils) |
| logname | Current login user name (linked to coreutils) |
| ls | List directory contents (linked to coreutils) |
| ltrace | Library call tracing |
| md5sum | MD5 checksum (linked to coreutils) |
| memdumper | Memory dumping tool (32-bit) |
| memdumper64 | Memory dumping tool (64-bit) |
| mkdir | Create directories (linked to coreutils) |
| mkfifo | Create named pipes (linked to coreutils) |
| mknod | Create device nodes (linked to coreutils) |
| mksh | MirBSD Korn Shell |
| mktemp | Create temporary files (linked to coreutils) |
| mv | Move/rename files (linked to coreutils) |
| nc | Netcat network tool |
| ncdu | Interactive disk usage viewer |
| nice | Adjust process priority (linked to coreutils) |
| nl | Add line numbers (linked to coreutils) |
| nohup | Run while ignoring hangup signals (linked to coreutils) |
| nproc | View CPU core count (linked to coreutils) |
| numfmt | Number format conversion (linked to coreutils) |
| od | Octal/hexadecimal viewer (linked to coreutils) |
| openssl | SSL/TLS encryption tool |
| paste | Merge lines from files (linked to coreutils) |
| pathchk | Check path names (linked to coreutils) |
| pgrep | Find process PID by name |
| pidof | Get process PID |
| pinky | View user information (linked to coreutils) |
| pip | Python package installation tool |
| pkill | Terminate processes by name |
| pr | Paginate and format text (linked to coreutils) |
| printenv | Print environment variables (linked to coreutils) |
| printf | Formatted output (linked to coreutils) |
| ps | View process status |
| pstree | View process tree |
| ptx | Generate permuted index (linked to coreutils) |
| pwd | Current directory path (linked to coreutils) |
| pwdx | Query process working directory |
| python | Python interpreter (linked to python3.12) |
| python3 | Python 3 interpreter (linked to python3.12) |
| python3.12 | Python 3.12 interpreter |
| readlink | Read symbolic link target (linked to coreutils) |
| realpath | Resolve absolute path (linked to coreutils) |
| redir | Port redirection tool |
| rm | Delete files (linked to coreutils) |
| rmdir | Delete empty directories (linked to coreutils) |
| route | View/configure routing table |
| rsync | Remote file synchronization |
| runcon | Run with SELinux context (linked to coreutils) |
| scapy | Python network packet manipulation CLI |
| scp | Secure file copy (SSH) |
| sed | Stream editor |
| seq | Generate numeric sequence (linked to coreutils) |
| sha1sum | SHA-1 checksum (linked to coreutils) |
| sha224sum | SHA-224 checksum (linked to coreutils) |
| sha256sum | SHA-256 checksum (linked to coreutils) |
| sha384sum | SHA-384 checksum (linked to coreutils) |
| sha512sum | SHA-512 checksum (linked to coreutils) |
| shelldo | Shell command execution tool |
| shred | Securely delete by overwriting (linked to coreutils) |
| shuf | Randomly permute lines (linked to coreutils) |
| sleep | Delay for specified time (linked to coreutils) |
| socat | Multipurpose network tool (enhanced netcat) |
| sort | Sort (linked to coreutils) |
| split | Split files (linked to coreutils) |
| sqlite3 | SQLite database CLI |
| ssh | SSH client |
| stat | View file status (linked to coreutils) |
| stdbuf | Control buffering (linked to coreutils) |
| strace | System call tracing |
| stty | Terminal settings (linked to coreutils) |
| stunnel | SSL tunnel wrapper |
| sum | File checksum (linked to coreutils) |
| sync | Synchronize disk buffers (linked to coreutils) |
| sysctl | View/configure kernel parameters |
| tac | Output files in reverse (linked to coreutils) |
| tail | Output end of files (linked to coreutils) |
| tcpdump | Network packet capture and analysis |
| tee | Redirect and output (linked to coreutils) |
| test | Conditional testing (linked to coreutils) |
| timeout | Run with timeout (linked to coreutils) |
| top | Real-time process monitoring |
| touch | Modify file timestamps (linked to coreutils) |
| tr | Character translation/deletion (linked to coreutils) |
| true | Return zero status code (linked to coreutils) |
| truncate | Adjust file size (linked to coreutils) |
| tsort | Topological sort (linked to coreutils) |
| tty | Terminal device name (linked to coreutils) |
| uname | System information (linked to coreutils) |
| unexpand | Convert spaces to tabs (linked to coreutils) |
| uniq | Remove duplicates (linked to coreutils) |
| unlink | Delete files (linked to coreutils) |
| uptime | System uptime |
| vdir | Detailed directory listing (linked to coreutils) |
| vi | Text editor (linked to vim) |
| view | Vim read-only mode (linked to vim) |
| vim | Enhanced text editor |
| vimdiff | Vim file diff comparison (linked to vim) |
| vmstat | Virtual memory/system statistics |
| watch | Run command periodically |
| wc | Line/word/character count (linked to coreutils) |
| who | Currently logged-in users (linked to coreutils) |
| whoami | Current user name (linked to coreutils) |
| xargs | Build and execute arguments from standard input |
| yes | Repeat output (linked to coreutils) |