A rough account of I did with Emacs recently.
brk(0) = 0x804d96c brk(0x804d994) = 0x804d994 brk(0x804e000) = 0x804e000 stat64("bar", 0xbffff9a8) = -1 ENOENT (No such file or directory) lstat64("foo", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 lstat64("bar", 0xbffff938) = -1 ENOENT (No such file or directory) lstat64("bar", 0xbffff938) = -1 ENOENT (No such file or directory) link("foo", "bar") = -1 ENOENT (No such file or directory) write(2, "ln: ", 4ln: ) = 4 write(2, "create hard link `bar\' to `foo\'", 31create hard link `bar' to `foo') = 31
Waider (gonzo.waider.ie) $ > touch foo Waider (gonzo.waider.ie) $ > ls -l foo -rw-rw-r-- 1 waider waider 0 Dec 20 19:18 foo Waider (gonzo.waider.ie) $ > echo "bar" > foo Waider (gonzo.waider.ie) $ > cat foo bar Waider (gonzo.waider.ie) $ > ln foo bar ln: create hard link `bar' to `foo': No such file or directory Waider (gonzo.waider.ie) $ >This, of course, breaks DHCP, which causes me grief. And meantime, X on Klortho drops every so often - I think it's something to do with VMware - so I'm currently thinking I shouldn't have done that piecewise upgrade.
previous month | current month | next month