22 Oct
2001
22 Oct
'01
2:19 p.m.
Obviously cp /etc/X11/ /etc/Xll.bak/ doesn't work- there must be a simple way on the command line- anyone know it?
Have you tried giving cp the -R flag? I usually use -Rpd (recurse, preserve, dereference) when making backups like that. See the man page for sure. MJR