set permissions to /bin/su
Posted
by JiminyCricket
on Stack Overflow
See other posts from Stack Overflow
or by JiminyCricket
Published on 2010-05-10T14:18:57Z
Indexed on
2010/05/10
14:24 UTC
Read the original article
Hit count: 289
unix
|permissions
i need to change my /bin/su permissions back to the default, which is
-rwsr-xr-x. 1 root root 42436 2009-09-08 04:52 /bin/su
right now its
-rwxr-xr-x. 1 root root 42436 2009-09-08 04:52 /bin/su
how do I add the s in...? ive never seen that before
© Stack Overflow or respective owner