Name: Anonymous 2010-11-03 16:20
Hello,
I would like to create a Shell script that shows the disk space used by each users.
I would like to show it like this:
UserName1 : disk space used
UserName2 : disk space used
Username3 : disk space used
I tried with du and cut but I would like to try something else. Thank you.
I would like to create a Shell script that shows the disk space used by each users.
I would like to show it like this:
UserName1 : disk space used
UserName2 : disk space used
Username3 : disk space used
I tried with du and cut but I would like to try something else. Thank you.