Skip to content
Snippets Groups Projects
Verified Commit f22e0b0b authored by Štěpán Henek's avatar Štěpán Henek :bear:
Browse files

diagnostics: df renamed to disk_full and it also examines files in /tmp/

parent a1151fb9
No related branches found
No related tags found
1 merge request!15Diagnostics updates
#!modules/module.sh
help="
identify which devices are mounted
shows mounted devices and examines files in /tmp/
"
run () {
df -h
echo
du -ahc /tmp/
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment