Linux系統與安全學習筆記(轉)
Linux系統與安全學習筆記(轉)[@more@]命令:
# chkconfig- updates and queries runlevel information for system services
啟動腳步的自動化管理
#程式管理命令
killall -term xproc
//此方法比killall -9 xproc要好。因為-9引數只釋放當前程式的資源並終止它,而它的子程式都變成defunct狀態,直到作業系統來銷燬它們。
pgrep, pkill - look up or signal processes based on name and other attributes
=====例子:=======
[root@localhost ~]# pgrep -fl bash
2736 -bash
2796 -bash
skill, snice - send a signal or report process status
#使用者管理的命令
chage - change use password expiry informatin
==========================
[root@localhost ~]# chage -l vic
Last password change : 3月 10, 2006
Password expires : never
Password inactive : never
Account expires : never
Minimum number of days between password change : 0
Maximum number of days between password change : 99999
Number of days of warning before password expires : 7
===========================
getfacl - 瀏覽指定檔案或目錄的ACL.
/etc/securetty 檔案控制根使用者從何處可以進行登入,如果/etc/securetty不存在,那麼根使用者就可以從任何地點進行登入;如果/etc/securetty存在但沒有內容,根使用者不可以從任何裝置上登入,只能透過su或sudo進行根使用者訪問。
#系統日誌檢視
/var/run/utmp /var/log/wtmp --登入記錄檔案,可以用who命令來檢視。
/var/log 系統日誌目錄
lastb, last -- show listing of last logged in users
crypt - password and data encryption
crypt is the password encryption function. It is based on the Data Encryption Standard algorithm with variations intended (among other things) to discourage use of hardware implementations of a key search.
# chkconfig- updates and queries runlevel information for system services
啟動腳步的自動化管理
#程式管理命令
killall -term xproc
//此方法比killall -9 xproc要好。因為-9引數只釋放當前程式的資源並終止它,而它的子程式都變成defunct狀態,直到作業系統來銷燬它們。
pgrep, pkill - look up or signal processes based on name and other attributes
=====例子:=======
[root@localhost ~]# pgrep -fl bash
2736 -bash
2796 -bash
skill, snice - send a signal or report process status
#使用者管理的命令
chage - change use password expiry informatin
==========================
[root@localhost ~]# chage -l vic
Last password change : 3月 10, 2006
Password expires : never
Password inactive : never
Account expires : never
Minimum number of days between password change : 0
Maximum number of days between password change : 99999
Number of days of warning before password expires : 7
===========================
getfacl - 瀏覽指定檔案或目錄的ACL.
/etc/securetty 檔案控制根使用者從何處可以進行登入,如果/etc/securetty不存在,那麼根使用者就可以從任何地點進行登入;如果/etc/securetty存在但沒有內容,根使用者不可以從任何裝置上登入,只能透過su或sudo進行根使用者訪問。
#系統日誌檢視
/var/run/utmp /var/log/wtmp --登入記錄檔案,可以用who命令來檢視。
/var/log 系統日誌目錄
lastb, last -- show listing of last logged in users
crypt - password and data encryption
crypt is the password encryption function. It is based on the Data Encryption Standard algorithm with variations intended (among other things) to discourage use of hardware implementations of a key search.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10617542/viewspace-949411/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 逆向與安全學習筆記筆記
- Linux與DNS的學習筆記LinuxDNS筆記
- Linux 學習筆記Linux筆記
- 學習筆記 作業系統Linux-Ubuntu 之初次新增系統呼叫筆記作業系統LinuxUbuntu
- 分散式系統學習筆記分散式筆記
- 如何最佳化Linux系統安全?Linux學習Linux
- linux學習筆記8-linux系統io開發知識setsLinux筆記
- Linux系統中對中斷的處理(學習筆記)Linux筆記
- Linux 學習筆記--程式Linux筆記
- Linux轉行學習有年齡限制嗎?Linux系統運維學習Linux運維
- 嵌入式系統開發:基於Linux學習筆記整理Linux筆記
- Linux系統管理筆記Linux筆記
- Linux基礎學習-Docker學習筆記LinuxDocker筆記
- 【Linux學習筆記】reboot命令Linux筆記boot
- Linux 學習筆記--程式管理Linux筆記
- 作業系統——記憶體管理學習筆記作業系統記憶體筆記
- 學習筆記1熱力學與統計物理筆記
- Linux 學習筆記--檔案打包與解壓縮Linux筆記
- Linux學習/TCP程式設計學習筆記LinuxTCP程式設計筆記
- linux學習筆記---一些命令學習Linux筆記
- Internet安全協議 學習筆記協議筆記
- Python學習筆記 9.0 模組 與 包 與 物件導向版學員管理系統Python筆記物件
- 《深入理解計算機系統原理》學習筆記與習題答案(一)計算機筆記
- Django學習筆記《二》圖書管理系統Django筆記
- 移動地理資訊系統學習筆記筆記
- 作業系統學習筆記:裝置管理作業系統筆記
- Linux系統學習須牢記這幾點Linux
- repuest轉發學習筆記一筆記
- linux學習筆記-day5Linux筆記
- 基礎 IO (Linux學習筆記)Linux筆記
- 01_Linux學習筆記(一)Linux筆記
- Linux學習筆記(2)——ls指令Linux筆記
- Linux與Windows有什麼區別?linux系統學習LinuxWindows
- Linux 筆記分享二:Linux 系統安裝Linux筆記
- 【學習筆記】mvc與mvvm筆記MVCMVVM
- 統計學習方法筆記筆記
- Xilinx-ZYNQ7000系列-學習筆記(3):系統復位與啟動筆記
- 共享記憶體對映(linux程式與執行緒學習筆記)記憶體Linux執行緒筆記
- 數字人粒子系統學習筆記之一筆記