Files
scripts/1 Minitools/check_ro_mount.sh
2024-10-13 23:27:09 +02:00

4 lines
67 B
Bash

#!/bin/bash
grep "\sro[\s,]" /proc/mounts | egrep -v "9660|tmpfs"