• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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