What does the “s” mean in the following permission:“-rwsr-x—”

permissions

I know about the different permissions and how to change permissions, etc. But I have just seen one of my files has the permissions:

-rwsr-x— 1 root scott 26974 Dec 8 2010 extjob

What does the "s" mean, in the permissions?

There is another question on U&L that has a little to do with the same permissions, but doesn't explain what they mean.

Best Answer

It is setuid. You can refer to this link to get more details.

You can also try man setuid.

Related Question