How to use ‘find’ command to get the list of files modified on particular date?
To get the list of files modified on 7th June , you can use the following command : find -type f -exec ls -la {} …
To get the list of files modified on 7th June , you can use the following command : find -type f -exec ls -la {} …
You can also check and monitor Apache server’s current status on the web page without using log files. Modify httpd.conf file and add the following …
If you’ve been working with computers for any length of time, you probably know that quad-core processors are faster than dual-core processors. But why? Well, …
passwd: Authentication token manipulation error At times, a user may find themselves unable to update their password via cPanel. If your attempt to change the …
Refer the following steps:- 1) Login to WHM >> Dns Functions >> Delete a DNS Zone Delete the addon domain’s zone in question. 2) Login …
Check the current version of apache by running httpd –v Then execute the following commands: cd /usr/local/directadmin/customapache ./build clean ./build update ./build apache_mod_ssl This should …
Reinstall perl using the following command : [root@server:~]# cd /usr/ports/lang/perl5 [root@server:/usr/ports/lang/perl5]# make install clean Above commands could be used If easyapache, upcp or any other …
In Linux, partition labels are used to identify partitions on a disk. They are used instead of device names like /dev/sda1 or /dev/hda1. These labels …
If you get phpBB: Critical Error, then in that case there is a chance the database is broken. You have to run following sql queries …
List of Linux Log Files The following is a list of commonly found log files within Linux, alongside a short description of what kind of …
When working on UNIX system, sometimes it is necessary to enable certain HTML files executable for the purpose of using SSI. They are used to …