Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
cpio with symbolic links
Name: Sakthi Govindasamy Date: December 8, 2003 at 09:16:50 Pacific OS: SUN 5.8 CPU/Ram: 8G
Comment:
Hello, I have a directory linked to different directory. ex: /oracle/arc ->/oracle/backups/arc I archived the files in /oracle/arc directory using cpio as cpio_arcfile when I use cpio -ivmBut < cpio_arcfile it shows me /oracle/arc directory . but when I use exactly the same thing in different machine it shows the actual volume as /oracle/backup/arc? Since I need to use different machines, I can not create physical volume in different machines. So I need to use only the linked directory name. Is there any difference in system set up could cause the problem. Thank you in advance. Sakthi.
Summary: hi, Anybody know if its possible to setup symbolic links using a finishscript in a custom jumpstart installation? Jumpstart uses /a as the root install until it is done but will the link made with: ln...
Summary: Don't know of a way to copy symbolic links directly, but using chown and chgrp with the -h flag should help change the owner and group of a symbolic link. ...