Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

SHELL PROBLEM

Name: Anonymous 2010-11-01 21:12

Hello everybody.

I'm new at using Shell on linux and I've got a problem.

I want to show the disk space used by every users on my Ubuntu.

I tried with who, id, df ... Nothing works.

Name: Anonymous 2010-11-01 21:19

du -hs /home/*

you're welcome

Name: Anonymous 2010-11-01 23:13


du -hs /home/* | awk '{ print $2, $1; }'

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List