This website requires JavaScript.
Explore
Help
Register
Sign In
free
/
freedombone
Watch
1
Star
0
Fork
You've already forked freedombone
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
855816f05b
freedombone
/
tests
/
check-sticky-bit.sh
6 lines
107 B
Bash
Raw
Blame
History
#!/bin/bash
if
[
$(
find / -xdev -type d -perm -002
\!
-perm -1000
|
wc -l
)
-gt
0
]
;
then
exit
1
fi
Reference in New Issue
View Git Blame
Copy Permalink