Custom config file in the client using Linux
        Posted  
        
            by juniorbl
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by juniorbl
        
        
        
        Published on 2010-06-11T23:31:19Z
        Indexed on 
            2010/06/11
            23:43 UTC
        
        
        Read the original article
        Hit count: 163
        
linux
Hi everyone, I have an application that stores some information in a *.conf file, something like this:
[DEFAULT]
somevar = blablabla
othervar = blebleble
Is there a usual place on a linux system where I can put this file when it is being installed or should I put it on a place related to the application?
Thanks.
© Stack Overflow or respective owner