linux-bench/cfg/1.1.0/1.1.25.sh

2 lines
131 B
Bash
Raw Normal View History

2019-05-21 14:42:57 +03:00
df --local -P | awk {'if (NR!=1) print $6'} | xargs -I '{}' find '{}' -xdev -type d \( -perm -0002 -a ! -perm -1000 \) 2>/dev/null