• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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