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