在学习的过程中收集了一些。
文件管理:
ls -- LiSt
cd -- Change Directory
pwd -- Print Working Directory
cp -- CoPy
mv -- MoVe
rm -- ReMove
pushd -- PUSH to Directory
popd -- POP from Directory
mkdir -- MaKe DIRectory
rmdir -- ReMove DIRectory
cat -- CATenate
sed -- Stream EDitor
diff -- DIFFerence
wc -- Word Count
chmod -- CHange MODe
chown -- CHange OWNer
chgrp -- CHange GRouP
awk -- Aho Weinberger andKernighan
gawk -- Gnu Aho Weinberger andKernighan
grep -- General RegularExpression Print
ln -- LiNk
tar -- TARball
硬件管理:
df -- Disk Free
du -- Disk Usage
dd -- Data Description(一说是Convertand Copy,但是cc被用掉了,就用dd了)
parted -- PARTition EDitor
lspci -- LiSt PeripheralComponent Interconnect
lscpu -- LiSt Central ProcessUnit
lsusb -- LiSt Universal SerialBus
lsblk -- LiSt BLock
fdisk -- format DISK
mdadm -- Multiple Disk AndDevice M anager
系统管理:
depmod -- DEPend MODule
lsmod -- LiSt MODule
modprobe -- MODule PROBE
modinfo -- MODule INFOrmation
insmod -- INSert MODule
rmmod -- ReMove MODule
mkfs -- Make FileSyatem
fsck -- File SystemConsistency Check
ps -- Processes Status
su -- Substitute User
bash -- Bourne Again SHell
init -- INITialization
ssh -- Secure SHell
wine -- Wine Is Not anEmulator
exec -- EXECute
fstab -- FileSystem TABle
passwd -- PASSWorD
chpasswd -- Change PASSWORD
pwconv -- PassWord CONVERT
pwunconv -- PassWord UNCONVERT
tty -- TeleTYpe
sudo -- SuperUser DO
grub -- GRand UnifiedBootloader
tzselect -- Time Zone SELECT
sync -- SYNChronize
systemd -- SYSTEM Daemon
lvm:
lvm -- Logical Volume Manager
pvcreate -- Physical VolumeCREATE
vgcreate -- Volume GroupCREATE
lvcreate -- Logical VolumeCREATE
pvdisplay -- Physical VolumeDISPLAY
vgdisplay -- Volume Grou[DISPLAY
lvdisplay -- Logical VolumeDISPLAY
pvresize -- Physical VolumeRESIZE
vgresize -- Volume Group RESIZE
lvresize -- Logical VolumeRESIZE
pvextend -- Physical VolumeEXTEND
vgextend -- Volume GroupEXTEND
lvextend -- Logical VolumeEXTEND
pvremove -- Physical VolumeREMOVE
vgremove -- Volume GroupREMOVE
lvremove -- Logical VolumeREMOVE
pvs -- Physical Volume Status
vgs -- Volume Group Status
lvs -- Logical Volume Status