• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Putty 101

S

sololb45

Guest
How do I see a list of files in my root?

I logged into putty and left at this command prompt

[root@domainname root] #

I type in dir and is just gives me

install.log install.log.syslog psa

I type in ls and it just gives me the same thing execpt psa is in blue

I am trying to get to the config.php file or the conf directory.

I type in find filename and it says No such file or directory

HELP

I just want to try to turn off safe mode in PHP so I can install a program called x-cart. (www.x-cart.com). Anyone have any direction. Thanks

Stranded...
Solo
 
try these commands from the command line interface:

locate config.php

or

find / -name config.php

or

which config.php

All are different ways of location files in *nix
 
Back
Top