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安全學習筆記(轉)Linux筆記
- 逆向與安全學習筆記筆記
- 學習筆記:Linux的系統停止與重啟動命令詳解(轉)筆記Linux
- 《Linux系統free命令的使用》學習筆記Linux筆記
- 分散式系統學習筆記分散式筆記
- 作業系統學習筆記作業系統筆記
- Linux與DNS的學習筆記LinuxDNS筆記
- linux磁碟和檔案系統的學習筆記Linux筆記
- sed 學習筆記(與大家共勉)(轉)筆記
- Linux學習筆記——例說makefile 增加系統共享庫Linux筆記
- OS學習筆記七:IO系統筆記
- C、作業系統學習筆記作業系統筆記
- 系統程式設計學習筆記程式設計筆記
- 學習筆記 作業系統Linux-Ubuntu 之初次新增系統呼叫筆記作業系統LinuxUbuntu
- Windows 95 系統程式設計大奧秘學習筆記 (轉)Windows程式設計筆記
- Linux學習筆記Linux筆記
- Linux 學習筆記Linux筆記
- Linux系統學習方法論(轉)Linux
- Linux系統中對中斷的處理(學習筆記)Linux筆記
- OS學習筆記六:檔案系統筆記
- sed學習筆記(轉)筆記
- gurb學習筆記(轉)筆記
- ANT學習筆記 (轉)筆記
- GRUB學習筆記(轉)筆記
- TreeView學習筆記 (轉)View筆記
- 如何最佳化Linux系統安全?Linux學習Linux
- 學習筆記1熱力學與統計物理筆記
- 作業系統——記憶體管理學習筆記作業系統記憶體筆記
- linux學習筆記8-linux系統io開發知識setsLinux筆記
- 嵌入式系統開發:基於Linux學習筆記整理Linux筆記
- Linux 學習筆記--程式Linux筆記
- linux學習筆記一Linux筆記
- linux學習筆記二Linux筆記
- Linux學習筆記--viLinux筆記
- linux c 學習筆記Linux筆記
- Linux學習筆記1Linux筆記
- 寫得蠻好的linux學習筆記(轉)Linux筆記
- Python學習筆記 9.0 模組 與 包 與 物件導向版學員管理系統Python筆記物件