That can work if you change the read-write access on roots bookmark file
to allow the user to have access. You probably need to chgrp to the
users group then. But it would probably be better to copy the bookmark
file from root to the user directory and then create the symbolic link.
When you get done make certain that both the owner and the group of the
file are the user. Then create the link:

ln -s /home/user/.netscape/bookmarks.html /root/.netscape/bookmarks.html

This way you do not have to mess with file access privileges to get it
to work. Root always has access without giving a user access to a file
inside /root.

Tom

"Brian T. Schellenberger" wrote:
> 
> ln -s /root/.netscape/bookmarks.html /home/user/.netscape
> 
> but . . . the user can't update them then.
> 
> On Sun, 19 Mar 2000, you wrote:
> | I'm trying to get one of the Netscape users to have the same bookmarks as the root 
>user.  Is there a way to make a link so that
> | they're always the same or would I just make a copy?  Where would I find the files 
>necessary to make this possible?
> |
> | Seve
> --
> I am "Brian, the man from babble-on" (Brian T. Schellenberger).
> I can be reached at [EMAIL PROTECTED] .
> I support http://www.eff.org & http://www.programming-freedom.org .
> I boycott amazon.com.  See http://www.gnu.org/philosophy/amazon.html .

Reply via email to