展開全部
文件管理:
ls -- LiSt
cd -- Change Directory
pwd -- Print Working Directory
cp -- CoPy
mv -- MoVe
rm -- ReMove
pushd -- PUSH to Directory
popd -- POP from Directory(這倆個是很有用的命令,在編譯LFS的時候?qū)W到的)
mkdir -- MaKe DIRectory
rmdir -- ReMove DIRectory
cat -- CATenate(有說是conCATenate,這兩個詞是一個意思吧)
sed -- Stream EDitor
diff -- DIFFerence
wc -- Word Count(不是那個wc。
chmod -- CHange MODe
chown -- CHange OWNer
chgrp -- CHange GRouP
awk -- Aho Weinberger and Kernighan(自戀,服氣)( @xx xxxx 謝謝指錯)
gawk -- Gnu Aho Weinberger and Kernighan
grep -- General Regular Expression Print( @閆子昂 謝謝)
ln -- LiNk
tar -- TARball
硬件管理:
df -- Disk Free
du -- Disk Usage
dd -- Data Description(一說是Convert and Copy, 但是cc被用掉了,就用dd了)
parted -- PARTition EDitor
lspci -- LiSt Peripheral Component Interconnect
lscpu -- LiSt Central Process Unit
lsusb -- LiSt Universal Serial Bus
系統(tǒng)管理:
depmod -- DEPend MODule
lsmod -- LiSt MODule
modprobe -- MODule PROBE
modinfo -- MODule INFOrmation
insmod -- INSert MODule
rmmod -- ReMove MODule
ps -- Processes Status
su -- Substitute User
bash -- Bourne Again SHell
init -- INITialization(差點把這個忘了)
ssh -- Secure SHell
wine -- Wine Is Not an Emulator(哈哈linux常用命令,又來了)
exec -- EXECute
fstab -- FileSystem TABle
passwd -- PASSWorD
tty -- TeleTYpe
sudo -- SuperUser DO
grub -- GRand Unified Bootloader(Linux全家桶啟動就靠它了)
tzselect -- Time Zone SELECT
sync -- SYNChronize(確認關(guān)機前多執(zhí)行幾次。有次我在tty1用vim改nginx配置文件,朋友在tty2給我直接關(guān)機了(用halt關(guān)的,這個豬腦子,我說過好多次用shutdown了),導(dǎo)致開機的時候nginx啟動不起來,關(guān)機前配置文件我改了很多l(xiāng)inux常用命令,但是vim沒有備份那么多,還要重改www)免費提供最新Linux技術(shù)教程書籍,入門自學(xué)書籍《linux就該這么學(xué)》,為開源技術(shù)愛好者努力做得更多更好