Linux學習筆記 9

2021-06-29 00:08:06 字數 836 閱讀 2609

[root@localhost ~]# mount

#查詢系統中已經掛載的裝置

執行效果:

[root@localhost ~]# mount

/dev/sda5 on / type ext4 (rw)

proc on /proc type proc (rw)

sysfs on /sys type sysfs (rw)

devpts on /dev/pts type devpts (rw,gid=5,mode=620)

tmpfs on /dev/shm type tmpfs (rw,rootcontext="system_u:object_r:tmpfs_t:s0")

/dev/sda1 on /boot type ext4 (rw)

/dev/sda2 on /home type ext4 (rw)

none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)

none on /proc/fs/vmblock/mountpoint type vmblock (rw)

sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)

[root@localhost ~]# mount -a

#依據配置檔案/etc/fstab的內容,自動掛載

[root@localhost ~]# mount [-t 系統檔案] [-o 特殊選項] 裝置檔名 掛載點

選項:-t 檔案系統:加入檔案系統型別來指定掛載的型別,可以ext3、ext4、iso9660等檔案系統

-o 特殊選項:可以指定掛載的額外選

Linux學習筆記9

1 linux檔案屬性中各個列的含義 ls lhi的結果 139170 rw r r 1 root root 22 mar 11 15 17 oldboy.txt 從左往右 139170 inode號碼,家庭住址 檔案型別 rw r r 許可權 1 硬鏈結數 root 屬主 所有者 root 屬組 ...

學習筆記9

函式 函式以def開頭,後面接函式名和括號,然後接冒號 函式的最後接return結束函式,並返回乙個值,可以沒有,就相當於返回none 函式呼叫時直接用函式名加括號 括號內為需要傳入的引數。傳入函式的引數是實參 在函式內使用的大多都為形參 形參只能在函式內使用,函式結束後就自動釋放記憶體了。函式中的...

學習筆記9

今天來進行系統的學習一下css 層疊樣式表 首先說一下層疊次序,四個優先權 1.瀏覽器預設設定 2.外部樣式表 3內部樣式表 位於 內部樣式表 內聯樣式 this is a paragraph 多重樣式 例 h1居中對齊 h1 h1 css的使用 背景 background color backgr...