Questo sito funziona meglio con JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
free
/
freedombone
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Activity
9630
Commit
5
Rami (Branch)
Albero (Tree):
58b059c803
bashrc/stretch
jessie
master
stockholm
stretch
Rami (Branch)
Tag
${ item.name }
Create branch
${ searchTerm }
from '58b059c803'
${ noResults }
freedombone
/
tests
/
check-sticky-bit.sh
check-sticky-bit.sh
107B
Cronologia
Originale
1
2
3
4
5
#!/bin/bash
if [ $(find / -xdev -type d -perm -002 \! -perm -1000 | wc -l) -gt 0 ];then
exit 1
fi