### pstore
### command: bash -lc ls -la /sys/fs/pstore 2>/dev/null; for f in /sys/fs/pstore/*; do [ -f "$f" ] && echo "--- $f" && head -300 "$f"; done || true
总计 0
drwxr-x--- 2 root root 0  3月  2 09:03 .
drwxr-xr-x 8 root root 0  3月  2 09:03 ..
