From: martin@... (Martin v. Loewis) Date: 2002-01-03T07:26:37+09:00 Subject: [ruby-talk:30083] Re: How to check free diskspace? Rik Hemsley writes: > > What's wrong with statvfs(2)? > > rik@without ruby > uname; apropos statvfs > Linux > statvfs: nothing appropriate. What are you trying to say? That statvfs does not have a man page? Try grep statvfs /usr/include/sys/*.h > rik@without ruby > ssh geoid 'uname; apropos statvfs' > OpenBSD > statvfs: nothing appropriate Yes, POSIX conformance of OpenBSD isn't that good. Regards, Martin