Simple Icons contributors / Simple Icons — CC0 1.0
*nix notes: shells, ssh, packages, filesystem commands, and day-to-day system management.
*nix notes: shells, ssh, packages, filesystem commands, and day-to-day system management.
Topics
- at —
atschedules a one-shot command to run later. - cd —
cdchanges the current working directory. - chmod —
chmodchanges mode bits on one or more paths. The form is a permission set, optional switches, then the path list. - Common commands — Short notes on common *nix commands.
- Cron
- Custom
- date —
dateprints the current date and time. An optional format string follows+. - Delete — Remove directories and files.
- find —
findwalks a tree recursively. - FTP
- gpg — Verify a digital signature. Pass the signature file.
- grep —
grepsearches for a pattern in a file. - history —
historylists commands from the shell history. - Hit a URL — Hit a URL without
wgetandcurl. - hostname —
hostnamedisplays the current hostname. - hosts —
/etc/hostsmaps names to addresses. - iptables — Packet filter rules with
iptables. - ln —
ln -screates a symbolic link. - ls — https://en.wikipedia.org/wiki/Ls.
- Management
- Mint
- Network
- nohup —
nohupkeeps a command running after logout. - Ports —
netstat -lnptulists active ports, including listening. - Process —
ps -eflists running processes. - ps — Rank processes by CPU usage with ps -eo pcpu,pid,user,args, sorted, in less.
- Rescue
- sar — Sample CPU usage with sar -u 2 5 to see users using max CPU.
- scp —
suis needed. - Sh
- SSH
- su —
suswitches user: run as another user. The user changes. - sudo —
sudoruns with superuser privileges. The user remains the same. The user should be in the sudo-able list. - tar — http://www.tecmint.com/18-tar-command-examples-in-linux.
- tree —
-Pfilters by pattern. - Ubuntu
- Utility
- Version — Show the OS version from /etc/*-release and lsb_release -a.
- wc —
wc -lis the number of lines. - xargs — http://offbytwo.com/2011/06/26/things-you-didnt-know-about-xargs.html.
- Yum
- zip — Example.
Updated:
2026 Aug 19
at
cd
chmod
Commands
Cron
Custom
date
Delete
find
FTP
gpg
grep
history
Hit URL
hostname
hosts
iptables
ln
ls
Management
Mint
Network
nohup
Ports
Process
ps
Rescue
sar
scp
Sh
SSH
su
sudo
tar
tree
Ubuntu
Utility
Version
wc
xargs
Yum
zip


