Ce site fonctionne mieux avec JavaScript
Accueil
Explorateur
Aide
S'inscrire
Connexion
free
/
freedombone
Suivre
1
Favoriser
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
9667
Révisions
5
Branches
Aborescence:
278eabd149
bashrc/stretch
jessie
master
stockholm
stretch
Branches
Tags
${ item.name }
Créer la branche
${ searchTerm }
de '278eabd149'
${ noResults }
freedombone
/
tests
/
check-sticky-bit.sh
check-sticky-bit.sh
107B
Historique
Brut
1
2
3
4
5
#!/bin/bash
if [ $(find / -xdev -type d -perm -002 \! -perm -1000 | wc -l) -gt 0 ];then
exit 1
fi