From: Rudi Ahlers rudiahlers@gmail.com
Gregory, it will still show the user the whole server's disk usage, and not his own file quotas. Only difference is that it does it automatically @ login. And I don't want to limit the shell either.
You could just put an alias in their.bashrc... alias df="/path/to/myowndf" Put anything you want in myowndf script/program, like quota -vls... Of course, they could bypass the alias if they really wanted to but... is that really a problem?
JD