Other Categories
Process Management
4ps Command Generator
Generate ps commands to report running processes
kill Command Generator
Generate kill and killall commands to send signals to processes
top Command Generator
Generate top commands to display Linux processes
pkill Command Generator
Generate pkill commands to signal processes by name or pattern
File Operations
13ls Command Generator
Generate ls commands to list directory contents
cat Command Generator
Generate cat commands to concatenate and display file contents
cp Command Generator
Generate cp commands to copy files and directories
mv Command Generator
Generate mv commands to move or rename files
find Command Generator
Generate find commands to search files in a directory hierarchy
rm Command Generator
Generate rm commands to remove files or directories
mkdir Command Generator
Generate mkdir commands to create directories
touch Command Generator
Generate touch commands to update timestamps or create empty files
ln Command Generator
Generate ln commands to create links between files
head Command Generator
Generate head commands to output the first part of files
tail Command Generator
Generate tail commands to output the last part of files
wc Command Generator
Generate wc commands to count lines, words, and bytes in files
pwd Command Generator
Generate pwd commands to print the working directory
Text Processing
10grep Command Generator
Generate grep commands to search text with patterns and regex
sed Command Generator
Generate sed commands to filter and transform text streams
awk Command Generator
Generate awk commands for pattern scanning and text processing
sort Command Generator
Generate sort commands to order lines of text files
uniq Command Generator
Generate uniq commands to report or omit repeated lines
cut Command Generator
Generate cut commands to remove sections from each line
echo Command Generator
Generate echo commands to display a line of text
tee Command Generator
Generate tee commands to copy stdin to stdout and files
diff Command Generator
Generate diff commands to compare files line by line
patch Command Generator
Generate patch commands to apply a diff to files
Archive & Compression
5tar Command Generator
Generate tar commands to create, extract, or list archives
gzip Command Generator
Generate gzip commands to compress or decompress files
gunzip Command Generator
Generate gunzip commands to decompress gzip files
zip Command Generator
Generate zip commands to package and compress files
unzip Command Generator
Generate unzip commands to list or extract zip archives
Network Tools
12curl Command Generator
Free online cURL command generator tool, visual configuration
ssh Command Generator
Generate ssh commands to connect to a remote host
scp Command Generator
Generate scp commands to copy files between hosts
rsync Command Generator
Generate rsync commands to synchronize files
ping Command Generator
Generate ping commands to test network reachability
dig Command Generator
Generate dig commands to look up DNS records
nslookup Command Generator
Generate nslookup commands to query name servers
netstat Command Generator
Generate netstat commands to inspect connections
wget Command Generator
Generate wget commands to download files
traceroute Command Generator
Generate traceroute commands to trace a network path
ifconfig Command Generator
Generate ifconfig commands to inspect network interfaces
route Command Generator
Generate route commands to view the routing table
User & Permissions
9passwd Command Generator
Generate passwd commands to change passwords and manage password policy
usermod Command Generator
Generate usermod commands to modify a user account
groupadd Command Generator
Generate groupadd commands to create a new group
groupmod Command Generator
Generate groupmod commands to modify a group definition
su Command Generator
Generate su commands to switch user identity and run commands
sudo Command Generator
Generate sudo commands to run commands as another user
adduser Command Generator
Generate adduser commands to create a new user account
chgrp Command Generator
Generate chgrp commands to change group ownership of files
chown Command Generator
Generate chown commands to change file owner and group (supports user:group, --reference, recursive)
Disk & Filesystem
9df Command Generator
Generate df commands to report filesystem disk space usage
du Command Generator
Generate du commands to estimate file and directory space usage
lsblk Command Generator
Generate lsblk commands to list block devices
mount Command Generator
Generate mount commands to mount filesystems
umount Command Generator
Generate umount commands to unmount filesystems
fdisk Command Generator
Generate fdisk commands to view and partition disks
dd Command Generator
Generate dd commands to convert and copy files at the block level (disk imaging, ISO writing)
mkfs Command Generator
Generate mkfs commands to build a Linux filesystem on a block device
blkid Command Generator
Generate blkid commands to locate and print block device attributes (UUID, label, type)
System Info
3System Control
6systemctl Command Generator
Generate systemctl commands to control the systemd service manager
shutdown Command Generator
Generate shutdown commands to halt, power off, or reboot the system
halt Command Generator
Generate halt commands to stop the system
poweroff Command Generator
Generate poweroff commands to switch off the machine
reboot Command Generator
Generate reboot commands to restart the system
rmdir Command Generator
Generate rmdir commands to remove empty directories
Cron & Logging
5crontab Command Generator
Generate crontab commands to maintain per-user crontab files
journalctl Command Generator
Generate journalctl commands to query the systemd journal
at Command Generator
Generate at commands to schedule one-time commands or scripts to run at a future time
rsyslogd Command Generator
Generate rsyslogd commands to start the rsyslog daemon with optional config, pidfile, or debug mode
updatedb Command Generator
Generate updatedb commands to build or update the file name database used by locate
Package Management
3Firewall & Security
6getenforce Command Generator
Generate getenforce commands to report the current SELinux mode
setenforce Command Generator
Generate setenforce commands to toggle the SELinux mode
iptables Command Generator
Generate iptables commands to configure Linux netfilter firewall rules (append, delete, list, set policy)
ufw Command Generator
Generate ufw commands to manage the Uncomplicated Firewall on Ubuntu/Debian
firewall-cmd Command Generator
Generate firewall-cmd commands to configure firewalld zones, services, and ports (RHEL/CentOS/Fedora)
semanage Command Generator
Generate semanage commands to manage SELinux policy mappings (fcontext, login, user, port, boolean)
Editors & Viewers
10vi Command Generator
Generate vi commands to edit files in the visual editor
nano Command Generator
Generate nano commands to edit files in a simple terminal editor
emacs Command Generator
Generate emacs commands to edit files in the extensible editor
less Command Generator
Generate less commands to page through files
more Command Generator
Generate more commands to page through files
man Command Generator
Generate man commands to read system reference pages
info Command Generator
Generate info commands to read GNU hypertext manuals
whereis Command Generator
Generate whereis commands to locate a command's binary, source, and man page
which Command Generator
Generate which commands to locate executables in PATH
locate Command Generator
Generate locate commands to find files by name from a prebuilt database
Shell Builtins
5alias Command Generator
Create or list shell aliases (alias name='value')
export Command Generator
Set or export shell environment variables (export NAME=value)
source Command Generator
Execute a script in the current shell (source file [args])
cd Command Generator
Change the working directory (cd [-L|-P] [dir])
history Command Generator
Display or manipulate shell command history
Miscellaneous
5ffmpeg Command Generator
Ffmpeg Command Builder tool
claude Command Generator
Claude Code Cli Builder tool
whois Command Generator
Generate whois commands to look up domain info
ssh-keygen Command Generator
Generate ssh-keygen commands to create SSH keys
nuxi Command Generator
Generate nuxi commands to scaffold, develop, build, and manage Nuxt 3 projects