Whats the easiest command to cp all the subdirectories and files in those subdirectories in /ect to another directory?
mkdir /etc.bak; cp -r /etc/* /etc.bak
-- Andrew Gaffney
-- [EMAIL PROTECTED] mailing list
Whats the easiest command to cp all the subdirectories and files in those subdirectories in /ect to another directory?
-- Andrew Gaffney
-- [EMAIL PROTECTED] mailing list