第五周作業(占位) cyz ? 2018-04-15 08:11 ? Linux筆記 AA 本文來自投稿,不代表Linux運維部落立場,如若轉載,請注明出處:http://www.www58058.com/95984 贊 (0) cyz 0 生成海報 第四周作業(占位) 上一篇 2018-04-15 08:10 第6周作業(占位) 下一篇 2018-04-15 08:11 相關推薦 羅列Linux發行版的基礎目錄名稱命名法則及功用規定 FHS: ? ? Filesystem Hierarchy Standard http://refspecs.linuxfoundation.org/ http://refspecs.linuxfoundation.org/fhs.shtml ? ? /bin:所有用戶可用的基本命令程序文件; ? ? /sbin:工系統管理使用的工具程序; ? ? /boo… Linux筆記 2018-05-13 Linux筆記 Linux 文本工具 grep 2018-04-11 Linux筆記 虛擬化 CPU虛擬化: 1、模擬:emulation; 2、虛擬:virtualization; a、完全虛擬化(full-virtualization):BT:二進制翻譯(軟件)、HVM:硬件輔助的虛擬化(硬件) b、半虛擬化(para-virtualization): Memory虛擬化: 進程:線性地址空間 內核:物理地址空間 MMU ? vir… 2018-07-11 Linux系統上命令的使用格式 詳細介紹ifconfig、echo、tty、startx、export、pwd、history、shutdown、poweroff、reboot、hwclock、 ifconfig ifconfig [-a] [-v] [-s] <interface> [[<AF>] <address>] [add <address… Linux筆記 2018-05-11 學習筆記(5) 學習筆記(5) Linux筆記 2018-04-22 linux基礎3 1、列出當前系統上所有已經登錄的用戶的用戶名,注意:同一個用戶登錄多次,則只顯示一次即可。 [root@localhost ~]# who | cut -d ‘ ‘ -f1 | sort -u root 2、取出最后登錄到當前系統的用戶的相關信息。 [root@localhost ~]# last -1 | id uid=0(root… Linux筆記 2018-07-08