Find the answer to your Linux question:
Results 1 to 3 of 3
can anyone please enlighten me on symlinks.......
  1. #1
    Just Joined!
    Join Date
    Jan 2008
    Posts
    3

    Talking soft link / symlinks

    can anyone please enlighten me on symlinks....
    Last edited by Ronaldp; 02-04-2008 at 08:35 AM. Reason: typo error

  2. #2
    Linux User
    Join Date
    Jun 2006
    Location
    Scotland
    Posts
    267

  3. #3
    Just Joined!
    Join Date
    Jun 2006
    Posts
    29
    Symlinks are similar to shortcuts on linux

    example:

    #ln -s /root/ashok.txt /home/as
    #ls -l // see list now

    #vi /home/as is also equal to #vi /root/ashok.txt

Posting Permissions

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