Nathan [01/10/01 21:21 -0600]:
> error message. I also can't remember what the "s" and
> "S" is in the permissions below.
setuid / setgid ... take a look at man ls -
3. The first of the following that applies:
> S If in the owner permissions, the file is not executable and
> set-user-ID mode is set. If in the group permissions, the file is
> not executable and set-group-ID mode is set.
> s If in the owner permissions, the file is executable and set-
> user-ID mode is set. If in the group permissions, the file is
> executable and set-group-ID mode is set.
--suresh