Announcement

Collapse
No announcement yet.

linking folders across accounts

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    linking folders across accounts

    is there a way to link a folder in one account to another account? i want to link a folder in my account to another account while all files in it (even if entered using the other account) retain my permissions. Is this possible or am I asking too much?

    #2
    Re: linking folders across accounts

    Have you tried symlink ?

    In the konsole:

    Syntax:
    Code:
    ln -s /path/to/real/folder/ /path/to/virtual/folder
    In this case:
    Code:
    sudo ln -s /home/falcon240sx/my_folder/ /home/other_user/your_virtual_folder

    Links:
    Symbolic link
    http://en.wikipedia.org/wiki/Symbolic_link

    how do i create a symbolic link
    http://ubuntuforums.org/showthread.php?t=255573

    man ln:
    NAME
    ln - make links between files

    -s, --symbolic
    make symbolic links instead of hard links
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment

    Working...
    X