Last active
January 18, 2024 18:21
-
-
Save bpb54321/efe9d05c8b5c13f7966b826dd81a0259 to your computer and use it in GitHub Desktop.
Useful Linux Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Interactive disk utilization utility | |
ncdu / | |
# report file system disk space usage, -h = human-readable | |
df -h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment