• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

plesk_installation_directory ??

D

davecates

Guest
hi,
this is going to sound really silly but...where is plesk installed on a fedora 6 base OS?
I'm trying to setup a scheduled task to back up the entire server but can't work out where plesk has installed itself.
thanks.
 
Run this command:

Code:
grep PRODUCT_ROOT_D /etc/psa/psa.conf | cut -d\  -f 2

On Fedora it's probably /usr/local/psa, but I believe the above command should give you the right location on any Plesk installation.

You can also just open /etc/psa/psa.conf and look up the path you're looking for.
 
Back
Top