linux-bench/cfg/1.1.0/1.1.25.sh

2 lines
145 B
Bash
Raw Normal View History

2019-05-26 15:10:46 +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 | head -n 100