i need to access /etc through script command in ubuntu. for example, home is ${user.home} and tomcat home is ${catalina.home}, if i wanted to access /etc what should it be? also if i wanted to access a custom folder under /etc, how should i do it? do i have to set up an environment variable to access it?
thanks in advance....
I would declare another variable ${xxxservice.etc} because you never know when someone (or some distribution group) will have moved your configuration (etc) directory to some other location other then "/etc".
My 2 cents.