Este site funciona melhor com JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
free
/
freedombone
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull Requests
0
Versões
0
Wiki
Atividade
9674
Commits
5
Branches
Tag:
6b6133d662
bashrc/stretch
jessie
master
stockholm
stretch
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de 6b6133d662
${ noResults }
freedombone
/
tests
/
check-sticky-bit.sh
check-sticky-bit.sh
107B
Histórico
Original
1
2
3
4
5
#!/bin/bash
if [ $(find / -xdev -type d -perm -002 \! -perm -1000 | wc -l) -gt 0 ];then
exit 1
fi