This website works better with JavaScript
Home
Explore
Help
Register
Sign In
free
/
freedombone
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
5837
Commits
5
Branches
Tree:
ddcc3b6cdb
freedombone
/
tests
/
check-sticky-bit.sh
check-sticky-bit.sh
107B
History
Raw
1
2
3
4
5
#!/bin/bash
if
[ $(find / -xdev -type d -perm -002 \! -perm -1000 | wc
-l
)
-gt
0 ];
then
exit
1
fi