# cp -prx /var/* /user
FYI, I do this with "rsync -av /var/* /user/"
Note the trailing slash on user, so it puts all those things _inside_ the directory. The "-a" for archive on rsync does a lot, including preserve ownership and permissions.
-- Rodolfo J. Paiz rpaiz@xxxxxxxxxxxxxx
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list