![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| determine pid from ps -ef | grep something | new2ss | UNIX for Dummies Questions & Answers | 5 | 02-03-2008 06:53 PM |
| Determine LOM version? | sysera | SUN Solaris | 2 | 10-21-2005 05:25 AM |
| Cmd to determine my OS version? | brian.wilson | UNIX for Dummies Questions & Answers | 2 | 09-15-2005 06:11 PM |
| How to determine the interface? | kikikaka | IP Networking | 2 | 11-04-2004 06:36 PM |
| How do I determine # of processors ... | bbrandeb49 | UNIX for Dummies Questions & Answers | 2 | 10-16-2002 10:13 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Determine database used?
Hi guys.
Hopefully someone can help me. We have a old Unix box for the accounts people. What id like to do is query it for the intranet. Trouble is im not sure what type of database the server uses. How would i go about finding out what it is? I have complete access to the hardrive and root. Id really appreciate any help Incase it helps heres the version: UNIX System V Release 3.2 |
| Forum Sponsor | ||
|
|
|
|||
|
I managed to find out what processes are running using ps -u root
Here is what i got. sched init vhand bdflush slink logger digidl cron inetd syslogd strerr cpd lpd lpsched openit routed spshed ftpd sdd getty telnetd sh ps I had a look at them using google. The only one that seems to be database is sdd. But i couldnt find any proper information for it or user manuals. (I suspect im way off now) |