Search Results

Search: Posts Made By: rka
3,780
Posted By rka
Thank u so much for ur advise. I tried these...
Thank u so much for ur advise.
I tried these two commands below :
find /home -exec ls -ls {} + | awk '{sum[$4]+=$1} END {for (u in sum) print u, sum[u]}'
0
ra60 385344
ls -ls |awk '{s=s+$1} END...
3,780
Posted By rka
could you plz explain how this works because I am...
could you plz explain how this works because I am not sure whether the space it's showing is correct or not..
3,780
Posted By rka
Space usage by top 5 users in a filesystem
I want to see top 5 users,who have occupied most amount of disk space in a filesystem.
But not sure how to do it.
I can get the usage for a particular user
find . -user user -type f exec df -h {}...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 06:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy