Re: Common Folder for all users

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Stanley,

Sunday, July 17, 2005, 9:41:09 PM, you wrote:

SD> Is there a way to have a folder setup in a common
SD> place and then become a folder visible in the users
SD> home directory after they logon?  If so how is it done?


		
SD> ____________________________________________________
SD> Start your day with Yahoo! - make it your home page 
SD> http://www.yahoo.com/r/hs 
 
ln is your friend :)
example:
  mkdir /common/user1
  ln -s /common/user1 /home/user1/extra_space

  ----SNIP----

NAME
       ln - make links between files

SYNOPSIS
       ln [OPTION]... TARGET [LINK_NAME]
       ln [OPTION]... TARGET... DIRECTORY
       ln [OPTION]... --target-directory=DIRECTORY TARGET...

DESCRIPTION
       Create  a  link  to  the  specified TARGET with optional LINK_NAME.  If
       LINK_NAME is omitted, a link with the same basename as  the  TARGET  is
       created in the current directory.  When using the second form with more
       than one TARGET, the last argument must be a directory;   create  links
       in  DIRECTORY  to  each TARGET.  Create hard links by default, symbolic
       links with --symbolic.  When creating  hard  links,  each  TARGET  must
       exist.

       Mandatory  arguments  to  long  options are mandatory for short options
       too.

       

-- 
Best regards,
 Shane

Shane Lahey <s.lahey@xxxxxxxxxxxxx>
Homepage: http://craz1.homelinux.com
WebAlbum: http://webalbum.webhop.net


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux