
06-30-2009, 12:34 PM
|
|
Registered User
|
|
Join Date: Jul 2005
Location: New Jersey, USA
Posts: 385
|
|
|
If you want to do a from -> to change then you can use the replace command
replace fromxxxx toxxxx -- /var/named/*
Make a backup first before doing that
tar cf /var/namedbackup.tar /var/named
|