You can create infinite symlink loops.

Try this:

~$ mkdir test
~$ cd test/
~/test$ ln -s ../test
~/test$ cd test
~/test/test$ cd test
~/test/test/test$ cd test
~/test/test/test/test$ cd test
~/test/test/test/test/test$ echo WAT
Final thoughts

What the hell.

Previous on Linux
Mastodon Mastodon