Hidden File and Directory First of all, let's see what we have in the directory. [erp@test ~]$ ls -al /backup/reports total 136 drwxrwxr-x 3 erp… Read More »How to Copy Hidden File and Directory
Disable SELinux Let's see the current status of SELinux. [root@web ~]# sestatus SELinux status: enabled SELinuxfs mount: … Read More »How to Disable SELinux
Backup MySQL Database MySQL provides mysqldump utility to let us dump SQL statements that can recreate the whole database. We can output the SQL statements… Read More »Mysqldump Compress on the Fly
Since restarting httpd service may cause connections disrupted for seconds, you may use reload action instead of restart to make your httpd server apply new… Read More »How to Make httpd.conf Take Effect