Gossamer Forum
Home : Products : Others : MySQLMan :

Shell Command To Find Path

Quote Reply
Shell Command To Find Path
I am a newbie some one please tell me the shell commands to find paths for mysql perl and others.

Quote Reply
Re: Shell Command To Find Path In reply to
Code:

pwd


And you should see the path in the command line when you login to your account via telnet....

Code:

server1:/machine/web/accounts/youraccount#


/machine/web/accounts/youraccount is the path where your <ROOT> directory is located...simply add /cgi-bin/mysql/ after the <ROOT> path.

Regards,

Eliot