Skip to content

Instantly share code, notes, and snippets.

@bpb54321
Last active January 18, 2024 18:21
Show Gist options
  • Save bpb54321/efe9d05c8b5c13f7966b826dd81a0259 to your computer and use it in GitHub Desktop.
Save bpb54321/efe9d05c8b5c13f7966b826dd81a0259 to your computer and use it in GitHub Desktop.
Useful Linux Commands
#!/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