7.8k views
1 vote
What command do you use to set the suid bit on a script?

User Mithrandi
by
6.0k points

1 Answer

3 votes
Unix/Linux question, cool.

Typically we'd use chmod with +s in there.

chmod u+s script


User Hammad Tariq
by
5.8k points