本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
free
/
freedombone
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
9665
提交
5
分支
目錄樹:
78116a91d7
bashrc/stretch
jessie
master
stockholm
stretch
分支列表
標籤
${ item.name }
建立分支
${ searchTerm }
from '78116a91d7'
${ noResults }
freedombone
/
tests
/
check-public-dir-owned.sh
check-public-dir-owned.sh
110B
歷史記錄
原始文件
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