Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. find / \( -fstype nfs -o -fstype cachefs -o -fstype autofs \
  2. -o -fstype ctfs -o -fstype mntfs -o -fstype objfs \
  3. -o -fstype proc \) -prune -o -type d \( -perm -0002 \
  4. -a ! -perm -1000 \) -ls
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement