show directory size linux
du -sh /home/george
2.1G /home/george
show directory size linux
du -sh /home/george
2.1G /home/george
size of folder in mb linux
# Just use the du command:
du -sh -- *
# will give you the cumulative disk usage of all non-hidden directories,
# files etc in the current directory in human-readable format.
# You can use the df command to know the free space in the filesystem
# containing the directory:
df -h .
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us