clear 清除目前銀幕顯示 history查看歷史指令 hostname電腦名稱

df顯示磁碟相關資訊

chmod a+x test.sh

man線上求助程式

mkdir建立目錄

more 以每次一頁方式顯示一個檔案

passwd 更改使用者密碼

rm 移除的指

rmdir移除目錄的

mv移動檔案或目錄

mount掛載

dmesg開機資訊

useradd增加使用者

who目前在系統上的使用者

top指示目前系統的服務項目的動態資料

free這是用來察看記憶體的指

壓縮指令compress gzip tar三種

ifconfig網路卡的狀況

hostname主機名稱

ping對方網路是否有動作

talk交談的指令

cal日曆 date日期

ftp捉取網路上免費檔案的一套軟體

ncftp在使用 FTP 功能的時候,因為只能一次捉一個檔案,所以要捉一群檔案的時候就會有困擾。這時我們可以使用更容易登入匿名 FTP 站的 ncftp 來執行 FTP 功能!

startx執行 X-Windows

netconf這是網路設定的指令netcfg 這也是網路設定的指令!

touch ls-ah reboot

[root@tsai root]# shutdown <==系統在兩分鐘後關機,並傳送訊息給在線上的人

[root@tsai root]# shutdown -h now <==系統立刻關機

[root@tsai root]# shutdown -r now <==系統立刻重新開機

[root@tsai root]# shutdown -h 20:30 <==系統在今天的 20:30 分關機

[root@tsai root]# shutdown -h +10 <==系統在 10 分鐘後關機

[root@tsai bin]# ls --color 以彩色顯示檔案資料

[root@tsai bin]# ls -l 詳細列出檔案系統結構

[root@tsai bin]# ls -a 顯示隱藏檔 (以"."開頭的檔案)

[root@tsai bin]# ls -al 同時顯示隱藏檔與詳細資料

[root@tsai bin]# ls -al|more 將檔案內容以一頁一頁顯示

[root@tsai /root]# rm test

[root@tsai /root]# rm -rf test

rmdir

mkdir 是建立目錄,而 rmdir 就是移除目錄的指令。不過,若是欲移除的目錄裡頭有檔案或其他目錄存在,就無法移除,這時就要用剛剛的 rm -rf 來移除

ctrl+shift+T alt+1.2.3.4.5.6.7


tree 樹狀顯示


apt-get install name

apt-get remove name

sudo apt-get update 說明:用來取得遠端更新伺服器的套件檔案清單。

sudo apt-get -y dist-upgrade 說明:更新套件。

sudo apt-get clean 說明:清除更新時所下載回來的更新(安裝)檔案。

sudo unattended-upgrade 只安裝安全更新

sudo dpkg-reconfigure -plow unattended-upgrades 自動安裝安全更新

sudo vi /etc/apt/preferences 讓 apt-get upgrade 只安裝安全更新


fine / name "name"

fine / name "*name*"


which name 查看指令位於那一個文件 列如which ls 顯示/bin/ls


cal 日曆 cal -y 2008


date 時間 "+%Y月%m月%d日"


ps -aux

top

htop

kill -9 name 大招必死無疑


reboot 重新開機

shutdown -h now 關機

shutdown -h +10 十分鐘後關機 或者00:00選擇時間關機


df -h 顯示硬盤使用情況

du -h顯示當前路徑使用情況


ifconfih 查訊網卡

ifconfig name xxx.xxx.xxx.xxx 更改ip位置

ping xxx.xxx.xxx.xxx 偵測網路


useradd name -m 創新用戶 -m表示添加name使用者家目錄資料夾

userdel name 刪除使用者帳戶

userder -r name 刪除使用者用戶包含家目錄

passwd name 修改帳戶密碼

whoami 查看當前絕對用戶


results matching ""

    No results matching ""