• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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