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.
Symbolic Links - Maximum?
Name: Guy Allard Date: October 29, 2002 at 14:35:58 Pacific OS: RH Various CPU/Ram: Various
Comment:
Hi all - does any one know where the max number of symbolic links to follow is coded when a kernel is built?
I can't find anything in a kernel build configuration that looks right.
I also thought this might be controlled by 'ulimit' but docs seem to say no.
Or is this in the kernel at all? Could it be in the C/C++ libraries?
Summary: 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 upg...
Summary: hi: how do you chage / remove a symbolic link? i used something like: ln -s /dev/ttyS1 /dev/pilot I now want to make /dev/tty/ = /dev/pilot , it tells me that /dev/pilot already exists. i need to ge...
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...