Hi,
I've got a question, and i guess it's kind of a unix thing, which i'm not all that great at... but here it goes:
I've got a couple of users on my system, each with it's own user directory.
What i'd like to do is make a SINGLE public-like directory in which they can all read and write from.
i know there is a 'ln' command in unix, but i'm not sure how to use it...
for arguments sake, let's say i've got
/users
- user1
- user2
- user3
/public_wastebin
and i would like for all the users to have a directory in their home which is a hard-link to the public_wastebin directory so it would look like
/users
- user1
/wastebin -> points to /public-wastebin
- user2
/wastebin -> points to /public-wastebin
- user3
/wastebin -> points to /public-wastebin
/public_wastebin
can anybody help me???
thanks in advance!!
cuckoo
I've got a question, and i guess it's kind of a unix thing, which i'm not all that great at... but here it goes:
I've got a couple of users on my system, each with it's own user directory.
What i'd like to do is make a SINGLE public-like directory in which they can all read and write from.
i know there is a 'ln' command in unix, but i'm not sure how to use it...
for arguments sake, let's say i've got
/users
- user1
- user2
- user3
/public_wastebin
and i would like for all the users to have a directory in their home which is a hard-link to the public_wastebin directory so it would look like
/users
- user1
/wastebin -> points to /public-wastebin
- user2
/wastebin -> points to /public-wastebin
- user3
/wastebin -> points to /public-wastebin
/public_wastebin
can anybody help me???
thanks in advance!!
cuckoo