Ubuntu and setups
ubuntu disk usage by user
https://serverfault.com/questions/94663/disk-usage-per-user-in-linux-unix
Disk usage per user in Linux / Unix
I need to find out how much disk space is being occupied by each user on the network. I am aware of df and du commands: I could list the entire filesystem and AWK the output, but I wonder if there ...
serverfault.com
cd /home
sudo du -d 1 -h
'Ubuntu and setups' 카테고리의 다른 글
RLLab Setup & Miniconda setup (0) | 2022.10.20 |
---|---|
ubuntu vim setup, git rebase 관련 (0) | 2022.02.22 |
ubuntu user 만들기 (0) | 2021.07.31 |
git config temporal username (0) | 2021.07.14 |
mount disk in ubuntu + conda pip errors (0) | 2021.07.05 |
댓글