linux下的各項配置檔案

2021-07-02 15:32:51 字數 2373 閱讀 3811

linux下許多配置都是儲存在乙個個的配置檔案裡的(windows裡就是登錄檔),這裡羅列了許多常用的配置檔案,簡單說明每個配置檔案是幹什麼用的。

tag:配置檔案

linux使用

1:/etc/sysconfig/i18n(語言配置檔案).

2:/etc/sysconfig/network-scripts/ifcfg-eth0(eth0配置檔案).

3:/boot/grub/grub.conf(grup配置檔案)

或/boot/grub/menu.list.

4:/etc/passwd:系統使用者資料庫檔案.

5:/etc/group:組的資料庫檔案.

6:/etc/gshadow(存放密碼).

7:/etc/shadow(存放密碼).

8:/etc/profile(系統環境).

9:/etc/bashrc(系統變數).

10:/etc/shells(存放shell).

11:/etc/sudoers(sudo配置檔案).

12:/etc/inittab(設定啟動級別).

13:/etc/rc.d/rc.local:(系統啟動是執行的檔案類似於windows的autoexec.bat).

14:$home/xclients(控制啟動x客戶端).

15:/etc/x11/xinit/xinitrc.d/xinput(啟動x-windows的引導程式配置檔案).

16:/etc/fstab(檔案系統格式表).

17:/var/log/(存放日誌目錄).

18:/var/spool/at/(存放at時間任務的目錄).

19:/etc/at.deny(禁止時間任務,針對使用者).

20:/etc/at.allow( 允許時間任務,針對使用者).

21:/etc/crontab(crontab配置檔案).

22:/etc/anacrontab(anacrontab配置檔案).

23:/etc/moudle.conf(網絡卡,音效卡,usb的模組).

24:/etc/protocols(

協議).

25:/etc/services(短口).

26:/etc/dhcpd.conf(dhcp配置檔案,默任不存在).

27:/var/lib/dhcp/dhcpd.leases(檢視哪個使用者,使用你的dhcp

伺服器).

29:/etc/hosts

/etc/sysconfig/network(修改主機名).

30:/etc/named.conf(dns主配置檔案).

31:/etc/host.conf(解晰主機時用host表還是dns).

32:/etc/resolv.conf(指定dns伺服器ip).

33:/etc/httpd/conf/httpd.conf(apache配置檔案)

34:/etc/mail/(sendmail目錄).

35:/etc/aliases(別名配置檔案).

36:/etc/samba/smb.conf(smb配置檔案).

37:/etc/proftpd.conf(ftp配置檔案).

38:/etc/squid/squid.conf(squid配置檔案).

39:/etc/pam.d/su(限制使用者使用su).

40:/etc/secruetty(限制根使用者直接登陸終端).

41:/etc/secrrity/access.conf(限制某使用者登陸).

42:/etc/nologin(限制所有使用者登陸).

43:/etc/sudoers(強制使用者每次使用sudo輸入密碼).

44:/etc/security/time.conf(限制使用者登陸系統時間).

45:/etc/hosts.allow

46:/etc/hosts.deny

47:/etc/issue(登陸提示)

48:/etc/issue.net(遠端登陸提示).

49:/etc/motd(輸入使用者名稱和密碼後看到的內容).

50:/etc/login.defs(生成新使用者,基本引數).

51:/etc/logrotate.conf(日誌檔案各級的選項).

52:/proc/sys/net/ipv4/ip_forward(即使路由功能開啟).

53:/etc/sysctl.conf(永久開啟路由功能).

54:/proc/sys/net/ipv4/icmp_echo_igore_all(是否允許ping).

55:/proc/sys/net/ipv4/icmp_echo_ignore_broadcasts(廣播ping).

odoo conf配置檔案各項引數屬性

options addons模組的查詢路徑 可以配多個,多個之間以逗號分隔 addons path home odoo odoo 12 odoo addons,home odoo odoo 12 addons,home odoo odoo 12 custom 資料庫管理密碼 用於建立 還原和備份資料...

linux下emacs配置檔案

新手入門emacs果真是很難阿。經過這2天的使用,來總結以下 1 安裝。在ubuntu下使用命令 sudo apt get install emacs,即可,我使用的是ubuntu的10.04的版本,在裡面使用了據說是163的2個源。把這兩個位址新增最上面然後儲存該檔案。接著執行 sudo apt ...

Linux下解析配置檔案

配置檔案在linux下使用得非常普遍。形如下面的這個檔案就是乙個典型的配置檔案 this is just an example there can be comments before the first group first group name key file exampletthis va...