展開全部
文件管理:
ls -- LiSt
cd -- Change Directory
pwd -- Print Working Directory
cp -- CoPy
mv -- MoVe
rm -- ReMove
pushd -- PUSH to Directory
popd -- POP from Directory(這倆個(gè)是很有用的命令,在編譯LFS的時(shí)候?qū)W到的)
mkdir -- MaKe DIRectory
rmdir -- ReMove DIRectory
cat -- CATenate(有說(shuō)是conCATenate,這兩個(gè)詞是一個(gè)意思吧)
sed -- Stream EDitor
diff -- DIFFerence
wc -- Word Count(不是那個(gè)wc。
chmod -- CHange MODe
chown -- CHange OWNer
chgrp -- CHange GRouP
awk -- Aho Weinberger and Kernighan(自戀,服氣)( @xx xxxx 謝謝指錯(cuò))
gawk -- Gnu Aho Weinberger and Kernighan
grep -- General Regular Expression Print( @閆子昂 謝謝)
ln -- LiNk
tar -- TARball
硬件管理:
df -- Disk Free
du -- Disk Usage
dd -- Data Description(一說(shuō)是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(差點(diǎn)把這個(gè)忘了)
ssh -- Secure SHell
wine -- Wine Is Not an Emulator(哈哈linux常用命令,又來(lái)了)
exec -- EXECute
fstab -- FileSystem TABle
passwd -- PASSWorD
tty -- TeleTYpe
sudo -- SuperUser DO
grub -- GRand Unified Bootloader(Linux全家桶啟動(dòng)就靠它了)
tzselect -- Time Zone SELECT
sync -- SYNChronize(確認(rèn)關(guān)機(jī)前多執(zhí)行幾次。有次我在tty1用vim改nginx配置文件,朋友在tty2給我直接關(guān)機(jī)了(用halt關(guān)的,這個(gè)豬腦子,我說(shuō)過(guò)好多次用shutdown了),導(dǎo)致開機(jī)的時(shí)候nginx啟動(dòng)不起來(lái),關(guān)機(jī)前配置文件我改了很多l(xiāng)inux常用命令,但是vim沒(méi)有備份那么多,還要重改www)免費(fèi)提供最新Linux技術(shù)教程書籍,入門自學(xué)書籍《linux就該這么學(xué)》,為開源技術(shù)愛(ài)好者努力做得更多更好