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

1 Answer

3 votes
Unix/Linux question, cool.

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

chmod u+s script


answered
User Hammad Tariq
by
8.4k points