Linux 常用命令學習(一)

2021-06-05 14:44:25 字數 692 閱讀 7270

1. 檔案命名規則

1) 除了/之外,所有的字元都合法

2)有些字元最好不要用,如空格,製表符,退格符@#¥()-

3)避免使用.隱藏

4)大小寫敏感

2、命令格式

命令格式:命令 -選項 引數

例:ls -la /etc

說明 1)當有多個選項時,可乙個寫一起

2)兩個特殊目錄. 和 ..分別代表當前目錄和父目錄

3、檔案處理命令

操作許可權

root:  /sbin;/usr/sbin

all user: /bin; /usr/bin

4、檔案型別

drwxr-xr-x 2

root

root

4096

所有者所屬組

檔案大小

d 目錄directory

- 二進位制檔案

l 軟連線檔案link

2 硬鏈結數

r - read

w - write

x - execute

rwxr-x

r-x所有者u

所屬組g

其他人o

資料塊block 512位元組

5、檔案目錄縮寫

bin - binary

usr - user

sbin -  super binary

Linux學習(一) 常用命令

init 0 關機 init 3 命令列模式 init 5 圖形介面模式 init 6 重啟 shutdown h now 立馬關機 ls 檔案列表 引數 l 詳細列表 cd 切換目錄 用法例項 cd 進入根目錄 cd root 進入 root cd 進入當前目錄上一級 pwd 顯示當前目錄 who...

Linux學習(一) 常用命令

init 0 關機 init 3 命令列模式 init 5 圖形介面模式 init 6 重啟 shutdown h now 立馬關機 ls 檔案列表 引數 l 詳細列表 cd 切換目錄 用法例項 cd 進入根目錄 cd root 進入 root cd 進入當前目錄上一級 pwd 顯示當前目錄 who...

Linux 常用命令學習 一

1.man命令 手冊 manual man手冊共有以下幾個章節 1.standard command 標準命令 2.system calls 系統呼叫 3.library funcations 庫函式 4.special devices 裝置說明 5.file formats 檔案格式 6.game...