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.
Howto create relative symbolic link
Name: satimis Date: July 25, 2004 at 09:26:51 Pacific OS: RH 8.0 CPU/Ram: Athlon 1.4/512MB
Comment:
Hi folks,
RH 8.0 Fedora Core 2
I encountered following problem in upgrading RH8.0 to Fedora Core 2
Absolute Symlinks The following files are absolute symbolic links, which we do not support during upgrade. Please change them to relative symbolic links and restart upgrade.
/usr/tmp
# ln -sfr /tmp /usr
Invalid option - -r Try 'ln --help' for more
# man ln # ln --help
could not find -a and -r options there. Kindly advise how to proceed.
Summary: Hi, I have a few questions that I would like ask. Any helpful answer is much appreciated. 1. How to mount a DVDrom? Is it possible to automount them during the booting? How to play a music CD or DV...
Summary: Dear All, I would like to know how do you go about implementing symbolic links for minix. I know you will have to create a new i-node with a different mode value for the i-node. But I am confu...
Summary: First you want to extract the archive: # tar zxvf kernel.linux-2.4.20.tar.gz This will create a folder called kernel.linux-2.4.20. Create a symbolic link to this in /etc/src called linux # ln -...