Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Symbolic Links

  1. #11
    Member honey bee's Avatar
    Join Date
    Feb 2006
    Location
    Pakistan
    Posts
    146

    Lightbulb

    ok, found a solution for it:

    In order to have these tricks persist, to survive a system reboot, the /etc/fstab (or /etc/vfstab) file may need to have these mounts added. Consult your local fstab(5) (or vfstab(4) for Solaris) man pages for more information.

  2. #12
    1. try man chroot. This will give your users their home directory

    2. Use the automounter. or put your mount in /etc/fstab

    service autofs start
    vi /etc/auto.master
    "magic directory" "/misc" --timeout=60

    vi /etc/auto.misc
    linux /mount_point ftp:blahh

    service autofs restart; chkconfig autofs on

    vi /etc/fstab
    mount_device mount_dir filesys_type defaults 0 0
    :wq

Similar Threads

  1. libXmu.so: cannot open shared object file: Too many levels of symbolic links
    By shupi in forum Linux - Software, Applications & Programming
    Replies: 0
    Last Post: 07-04-2006, 05:18 AM
  2. Linux Links and OpenFree News
    By peter in forum Announcements and Suggestions
    Replies: 10
    Last Post: 02-10-2006, 07:56 PM
  3. Problem with initializing DirectFB by Links
    By eugrus in forum Linux - Software, Applications & Programming
    Replies: 0
    Last Post: 01-05-2005, 04:37 PM
  4. For Linux Newbs like myself, here's some PRETTY cool links!
    By EvolutionXtinct in forum Linux - General Topics
    Replies: 5
    Last Post: 12-03-2004, 09:50 AM
  5. front page story links
    By YaRness in forum Announcements and Suggestions
    Replies: 1
    Last Post: 04-08-2002, 09:10 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •