Re: rc.inet1.conf mod is 644 David wrote:
> The*/etc/rc.d/rc.inet1.conf*is*set*to*644,*yet*I*have
> normal intra/internet access.**I'm*assuming*because*it's*read*as*a
> config file that it only needs to be 755 if I should want to source it
> directly?**Is*this*right?
Essentially, this is correct. As Joost pointed out, the script doesn't
actually require these permissions to be sourced, but the scripts that
source these files check for executable permissions before sourcing, when
it is appropriate. This allows you to control which services start at boot
time by toggling the executable flag.
The configuration files are sourced regardless of permissions.
Jeffrey |