Plesk is database oriented (psa). The root directory of plesk is /usr/local/psa To know the version of Plesk see file : /usr/local/psa/version The location of all files are specified in the configuration file : /etc/psa/psa.conf The common log file for plesk is /var/log Domain related files are
Daily Archives: July 3, 2012
Linux / UNIX: Determine File Type
How do I determine the file type under UNIX or Linux like operating systems? You need to use the file command to determine file type. File command tests each argument in an attempt to classify it. There are three sets of tests, performed in this order: filesystem tests, magic number tests, and language tests. The …
Linux Shell Date format
Task: Display date in mm-dd-yy format