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....
No need to use a variable, just use "/etc". All *nix systems have it, it's pretty much guaranteed to exist.