in Linux
Comments
-
Or, in konqueror, you can drag the target (in the example given, /var/log) to the location where you want a link (~). Rename if you feel like it.
Dunno if Nautilus has that ability or not. konq is pretty much the übergeek’s Leatherman of file managers. Did you know that you can enter a URL such as:
sftp://dcs@foo.bar.com/home/dcs/pr0n
to browse your home porn collection remotely?
-
This is so timely. I think I learned this 30 years ago.
-
Bob: What about all the peopole who were born 29 years ago after the rest of the world learned about it?
Yes, Nautilus does this, I think.
-
You can make those in Windows too, you know. Yes, hard links too.
-
Another cool thing about ln -s. If you want to drop a symlink in the current directory with the same name as what you are linking to, you can leave off the target and just name the source. So:
ln -s /foo/bar
will create a symlink “bar” in the current directory pointing to /foo/bar.
-
I’m an idiot. Or, more precisely, a short-on-sleep insomniac. I should have said, you can leave off the destination and name only the target.




