How do I find absolute path to CGI-BIN?

fun4uoc

Supreme Member
Joined
Dec 25, 2007
Messages
1,205
Reaction score
1,049
This is driving me crazy and google revealed nothing. How do I find the absolute path to the cgi-bin via ssh? I have a VPS with root access and have a script that requires I know the absolute path. Any help is appreciated.
 
If your running a linux or unix os you could try typing 'locate /cgi-bin/' in the command line and see what you get as output. If it comes back with nothing at all type 'updatedb' and then try the locate command again.
 
Thanks, it worked after the dbupdate.
 
Back
Top