On Thu, Sep 20, 2001 at 10:02:05AM +0530, Selvi <[EMAIL PROTECTED]> wrote:
| In RH7.1 all user are using Exceed to connect linux box .
| I didn't enable disk quota for all user. also every user having theire data in to 
|individual home directories .  due to this server gets full of disk frequently.
| 
| to avoid this we have planned to display the disk usage while they logging in to the 
|server. 
| 
| Is it possible disply the individual user diskusage while they looging?

Sure. Put this:

        echo "Your current disc consumption:"
        du -s $HOME/.

in /etc/profile. However, if they have a lot of files this will take a long time
and annoy everyone.

| If not
| Is is possible to displays /home disk space with some welcome message?

Sure:

        echo "Current space utilisation in /home:"
        df /home

That's much faster, and probably more useful anyway.
-- 
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

You can blip it twice to clear the bore,
But blip it thrice, and you've sinned once more.
        - Tom Warner <[EMAIL PROTECTED]>



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to