View Single Post
  #2 (permalink)  
Old 06-30-2009, 12:34 PM
PlatinumServerM PlatinumServerM is offline
Registered User
 
Join Date: Jul 2005
Location: New Jersey, USA
Posts: 385
PlatinumServerM is on a distinguished road
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
Reply With Quote