linux基本知識

2021-10-25 10:17:33 字數 718 閱讀 1999

mkdir  /user/local/temp   //建立資料夾

ls //平鋪

ll //詳細列表

vi //普通編輯

vim //高階編輯(有顏色)

wq //儲存並退出

q //退出

rm -f filename //刪除檔案

rmdir mydocuments //刪除資料夾

rm -rf /var/log/httpd/access //將會刪除/var/log/httpd/access目錄以及其下所有檔案、資料夾

tail -f ***.log //實時顯示檔案內容

cat gdb.log|more //檢視檔案(日誌)

su - root //切換使用者

# reboot

//重新啟動計算機

yum -y install nfs-utils rpc.bind

systemctl enable rpcbind

systemctl start rpcbind

mount -t nfs -o rw,soft,intr,timeo=

600,retry=

310.116

.191

.226

:/ecip_esms_core /nfsc/ecip_esms_core

Linux基本知識

linux環境 ubuntu 14.x 二 shell環境 在ubuntu下進入shell命令介面 ctrl alt f3 f6 退出命令介面 ctrl alt f7 shell常用命令 更改賬目密碼 passwd 檢視當前目錄 pwd 列出當前目錄先得所用檔案和目錄,後可加選項 ls 新建資料夾 ...

linux 基本知識

網路 1 網路介面 1 網路介面的命名 eth0 ethernet的簡寫,一般用於乙太網介面。wifi0 wifi是無線區域網,因此wifi0一般指無線網路介面。ath0 atheros的簡寫,一般指atheros晶元所包含的無線網路介面。lo local的簡寫,一般指本地環迴介面。2 網路介面如何...

Linux基本知識

linux嚴格區分大小寫 linux一切皆檔案 linux不靠副檔名區分檔案型別 linux中所有的儲存裝置都必須在掛載之後才能使用 windows下的程式不能直接在linux中使用。了解 linux目錄結構 bin 存放系統命令的目錄,普通使用者和超級使用者都可以執行。是 usr bin 目錄的軟...