Strona działa najlepiej z JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
free
/
freedombone
Obserwuj
1
Gwiazdka
0
Forkuj
0
Kod
Problemy
0
Pull Requests
0
Wydania
0
Wiki
Aktywność
8965
Commity
5
Gałęzie
Drzewo:
8ddae592fa
freedombone
/
tests
/
check-public-dir-owned.sh
check-public-dir-owned.sh
110B
Historia
Czysty
1
2
3
4
5
#!/bin/bash
if
[ $(find / -xdev -type d -perm -0002 -uid +499 -print | wc
-l
)
-gt
0 ];
then
exit
1
fi