On Thu, Sep 03, 2009 at 06:54:55PM -0700, Rondal Nannie wrote:
> 
> I opened the ubuntu but couldnt locate the config files. I need alot
> of help.

Have you tried to run this on the command line?:

find ~ -name '*ini' -print
                                       # Search user's home directory.

If that doesn't find them, then try:

find / -name '*ini' -print | more
                                       # Search the whole filesystem.

The latter might throw up some other ini files, unrelated to emc. Hit
the space bar to go to the next page of output from "more", if there's
more than fits on the screen.

(The "-print" should be unnecessary, but the computer appears to be old,
and really old versions of "find" did sometimes not default to -print if
no other action was specified.)

We all need some hints, at different times, in different areas. :-)

Erik

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to