update repository
[cmdllinux.git] / bash_n_examples / bash / find / find_setuid_setgid.sh
blob37bf48caa13c39ddbc058a9de6a89e7069e8460e
1 find $1 \( \( -perm -04000 -a -perm /011 \) -o \( -perm -02000 -a -perm /01 \) \) -print