![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| find locked files, print file path, unlock file | alternapop | UNIX for Dummies Questions & Answers | 0 | 04-14-2009 09:09 PM |
| How to find a file whick is consuming larger disk space in file system | lokeshpashine | UNIX for Dummies Questions & Answers | 6 | 04-04-2009 03:52 AM |
| find for specific content in file in the directory and list only file names | madhu_Jagarapu | AIX | 2 | 12-23-2008 02:13 AM |
| how to find a file named vijay in a directory using find command | amirthraj_12 | UNIX for Dummies Questions & Answers | 6 | 10-25-2008 01:37 PM |
| how to find a file in UNIX without find command? | bluo | Shell Programming and Scripting | 3 | 09-25-2003 12:47 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Cannot find file
From the html, i get
<a href="http://<server name>:7778/pls/iss/ISSDBA.install_document"> so i telnet to the according server, i have searched the whole server, find . -name pls(iss)(ISSDBA.install_document) but i cannot seem to find the file. Please help! |
|
||||
|
That should be in the root of your webserver (where your webserver is installed), for example something like this: /usr/netscape/server4/pls/iss/..../..../.../.... Try this to search if you want, and see if it works. If not just find out where you installed your webserver and you should be able to find it easy enough: Code:
find / -name ISSDBA.* |
|
||||
|
i have search in and out of my /export/home/iasdba/portal904/Apache/Apache/htdocs...
Nothing came out.. It is weird though, i seem cannot find pls or iss directory or ISSDBA.install_document in my server. Is it in some way the file is directed from another server? I have found and view through file /export/home/iasdba/portal904/Apache/Apache/conf/httpd.conf which has 7778 entry in it. What should i be looking for? I dunno about dtrace, please show me how to utilize it. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|