このサイトはJavaScriptを使用しています
ホーム
エクスプローラ
ヘルプ
登録
サインイン
free
/
freedombone
ウォッチ
1
お気に入りに登録
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
9619
コミット
5
ブランチ
ツリー:
ac76bf4eaf
bashrc/stretch
jessie
master
stockholm
stretch
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'ac76bf4eaf' から
${ noResults }
freedombone
/
tests
/
check-public-dir-owned.sh
check-public-dir-owned.sh
110B
履歴
Raw形式
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