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

Thread: X11 folder repeats and repeats and repeats...

  1. #11
    Join Date
    Apr 2011
    Location
    Maryland
    Beans
    1,461
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: X11 folder repeats and repeats and repeats...

    As mc4man says, it's a symbolic link to the /usr/bin folder. If you look at the detailed listing:

    Code:
    $ ls -l X*
    -rwsr-sr-x 1 root root   10184 Mar 22  2012 X
    lrwxrwxrwx 1 root root       1 Jul 27 16:13 X11 -> .
    You see that the symbolic link points to the current directory. If you're bored one day, you can try following it for a while. I don't think you'll find the end, though

    At any rate, like others say, it's not worth messing with.

  2. #12
    Join Date
    Aug 2006
    Location
    Whittier, CA, USA
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: X11 folder repeats and repeats and repeats...

    I do understand, but it seems to me about the worst possible way to do it.

  3. #13
    Join Date
    Oct 2008
    Beans
    3,509

    Re: X11 folder repeats and repeats and repeats...

    Quote Originally Posted by RogerDavis View Post
    I do understand, but it seems to me about the worst possible way to do it.
    What I don't understand is how is the existence of this symlink folder
    causing you annoyance?
    Last edited by stinkeye; November 7th, 2012 at 12:55 AM.

  4. #14
    Join Date
    Aug 2006
    Location
    Whittier, CA, USA
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: X11 folder repeats and repeats and repeats...

    It's been a long time since I've done programming but there MUST be better ways to do it than to make a folder that calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, ... my fingers are getting tired.

  5. #15
    Join Date
    Oct 2008
    Beans
    3,509

    Re: X11 folder repeats and repeats and repeats...

    It simply reroutes anything looking for
    /usr/bin/X11
    to
    /usr/bin
    ...so it's not calling itself.

  6. #16
    Join Date
    Jun 2007
    Beans
    17,337

    Re: X11 folder repeats and repeats and repeats...

    Quote Originally Posted by RogerDavis View Post
    It's been a long time since I've done programming but there MUST be better ways to do it than to make a folder that calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, calls itself, ... my fingers are getting tired.
    It doesn't, it only links to /usr/bin
    (actually the symlink is generic, it links to whatever dir. it's in, if you were to copy it your Documents folder then when opened from your Documents folder you'd see your Documents folder, ect.

    What's repeating is you, you're browsing to the same target dir. over & over, not unlike chasing one's tail

Page 2 of 2 FirstFirst 12

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
  •