This Is Your Brain On Informatics: Linux Commands
Resetting and Reloading Services
/etc/init.d/[service] [operation]
Operation
- start
- stop
- reload
- restart
- force-reload
Services
- nginx
- mysql
- php5-fpm
- denyhosts
Network File
/etc/network/interfaces
Important Files for DenyHosts
File for denying IP addresses.
/etc/hosts.deny
File for permanently allowing an IP address.
/etc/host.allow
|