差分

移動先: 案内検索

ユーザ権限とアクセス制御

26 バイト追加, 2015年7月27日 (月) 17:18
/* setuid */
<pre class="bash">
$ find /bin -perm +a+s -exec ls -l {} \;
-rwsr-xr-x 1 root root 26252 Mar 3 2012 /bin/fusermount
-rwsr-xr-x 1 root root 31116 Sep 13 2012 /bin/su
-rwsr-xr-x 1 root root 67720 Mar 30 2012 /bin/umount
</pre>