rc.inet1.conf not modifyable
I need to modify /etc/rc.d/rc.inet1.conf for wifi purposes.
It has a 600 permission and as root this command:
sed -i 's/IFNAME[4]/IFNAME[7]/' /etc/rc.d/rc.inet1.conf
which only changes the number will not modify the file.
It is an "in place" sed command which allows modification of an input file. Can someone explain why the file will not be modified? I tried modifying other lines and they won't change either.
Last edited by nix84; 04-14-2014 at 12:58 PM.
|