倪瀟灑
-
文本處理命令
查看文件 cat tac rev more less 行號 cat -n … | grep … grep -n … 文件名 ls … | grep … 行處理 截取 head -n # FILE tail -n # FILE 排序 sort -t “XR…
-
用戶組_配置文件
/etc/passwd /*name:password:UID:GID:GECOS:directory:shell*/ /etc/shadow login name encrypted password date of last password change minimum password age maximum password age passwor…
-
常用信息查詢
版本 發行版本 cat /etc/centos-releaseCentOS Linux release 7.4.1708 (Core) /*1708 17年8月發布*/ lsb_release -a /*顯示上面文件內容*//*要安裝工具*/ nano /etc/centos-release /*修改*//*生產中 盡量不要暴露版本號*/ 內核版本 name…
-
總結_系統初始設置
啟動 自動聯網 gedit /etc/sysconfig/network-scripts/ifcfg-ens33 /*圖形界面 gedit*/ ONBOOT=yes 自動登錄 nano /etc/gdm/custom.conf /*字符界面 nano*/ [daemon] AutomaticLoginEnable=Ture AutomaticLogin=XX…
-
第一天課程內容
一 連接VNC 主機名:172.20.0.100 二 課堂資源下載 ftp://172.16.0.1 三 博客作業 ??? 優秀示例 www.yulongjun.com ??? 博客地址 www.www58058.com ??? 作業要求 1.每周一篇或更多,整理當周內容。 2.老師周五發鏈接地址,提交博客鏈接。 四 職業發展線路 運維 > Pytho…