close

Problem: Cannot switch a normal user to root  using "su - ":

ls -l /bin/su
-rwxr-xr-x 1 root root 75747 Mar 4 2009 /bin/su

Cause: the sticky bit permission is not set on the file of the owner

Solution:
chmod u+s /bin/su

ls -l /bin/su
-rwsr-xr-x 1 root root 75747 Mar 4 2009 /bin/su

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 DanBrother 的頭像
    DanBrother

    DanBrother的部落格

    DanBrother 發表在 痞客邦 留言(0) 人氣()