Add new comment

Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
Submitted by linuxidiot (registered user) on Fri, 2008-01-04 06:27.

After setting SUID

-rwSrwxr-x 1 mike mike 0 Dec 5 11:24 freddy

if you see 'S' then it means that the file has no executable permissions for that user.

consider that if the file has executable permissions already and you are setting SUID

chmod u+s freddy

-rwsrwxr-x 1 mike mike 0 Dec 5 11:24 freddy

you should see a smaller 's' in the executable permission position.

 

 

Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.