Urgent!. Problem with / etc / rc.conf

Bruce Cran bruce at cran.org.uk
Sun Nov 6 11:03:40 UTC 2011


On 06/11/2011 04:10, Zantgo wrote:
> Without wanting to erase all contents of / etc / rc.conf, by running "echo" slim_enable = "YES" ">  / etc / rc.conf". Please help!.

You could have used the following:

echo slim_enable = "YES" >> /etc/rc.conf

The ">>" appends the line instead of replacing the existing contents.

-- 
Bruce Cran


More information about the freebsd-questions mailing list