Just exccute this as root #===================== cat /etc/passwd| awk -F : '{ print "echo -n For " $1 " ;\ echo " " ; du -sh " $6 " ;echo -------"}' \ >test.sh;chmod +x test.sh;./test.sh #=====================
On Tuesday 22 Oct 2002 3:51 pm, Rajesh Prakasan wrote:
: Hi, : How will I generate userwise priting usage( No of pages printed) in : linux & the disk space usage. : Is any one does this, please help me.