Editable system files
From EditPlus Wiki
Editable system files on Windows XP
- C:\AUTOEXEC.BAT
- C:\CONFIG.SYS
- C:\Windows\system32\drivers\etc\hosts
- location actually defined in Registry key \HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\DataBasePath
- C:\Windows\SYSTEM.INI
- C:\Windows\WIN.INI
(assuming %ROOT%=C: , %WINDOWS%=C:\WINDOWS )
Editable system files on Windows 9x
- C:\AUTOEXEC.BAT
- C:\CONFIG.SYS
- C:\Windows\DOSSTART.BAT
- C:\Windows\SYSTEM.INI
- C:\Windows\WIN.INI
- C:\Windows\Protocol.ini
- C:\MSDOS.SYS
- C:\Windows\System\OEMINFO.INI
(assuming %ROOT%=C: , %WINDOWS%=C:\WINDOWS , %SYSTEM%=C:\WINDOWS\SYSTEM )
Editable configuration files on Debian Linux
- /etc/inittab # System startup script
- /etc/ssh/sshd_config # SSH
- ~/.bash_profile # script executed at the shell start-up (user login shell), custom Prompt and Aliases can be set here
- /etc/hosts # Assign hosts to specific IPs
- /etc/adduser.conf # User creation preferences
- /etc/fstab # Static file system information
- /etc/network/options # Network options
- /network/interfaces # Configure network interfaces
- /etc/apache2/apache2.conf # Apache 2 webserver configuration file, then /etc/init.d/apache2 restart
- /etc/apache2/sites-available/default # Apache 2 webserver DocumentRoot and Virtual Hosts, then /etc/init.d/apache2 restart
- /etc/php4/apache2/php.ini # Configure PHP running on Apache 2 webserver
- /etc/webalizer.conf # Configure Webalizer
- /etc/proftpd.conf # Configure ProFTPd FTP server, then /etc/init.d/proftpd restart
- /etc/samba/smb.conf # Configure SAMBA, then /etc/init.d/samba restart
- /etc/ntp.conf # Configure the NTP server, then /etc/init.d/ntp-server restart

