nIce NoteBook
『專注!在此時此刻』
2008年2月19日 星期二
show host's account by day
為了在
每天
都可以看到最新的資料又不會把具安全性的資料秀出來
$ awk -F: '{ print $1,$3,$4,$5 }' /etc/passwd
以 : 為分隔字元,將 passwd 檔中的 uid 及 gid等 顯示出來
http://linux.tnc.edu.tw/techdoc/shell/x792.html#AEN808
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
熱門文章
putty-log紀錄的方法
putty也可以log輸入過的所有指令,打開時,點選左邊的 logging ,點選 All session output ,代表記錄設備所有的輸出, Browse 選擇儲存檔案位置,關掉putty後,log就不會記錄,下次重開,又要重新設定一次,除非把此設定儲存起來。 不...
非對稱式路由與多個網路路徑(路由去回不同路)
https://docs.microsoft.com/zh-tw/azure/expressroute/expressroute-asymmetric-routing Asymmetric routing with multiple network path 越來越多的網路環...
清除系統垃圾檔
save as .bat @echo off echo 正在清除系統垃圾檔,請稍等...... del /f /s /q %systemdrive%\*.tmp del /f /s /q %systemdrive%\*._mp del /f /s /q %systemdrive%...
沒有留言:
張貼留言