LinuxSA Mailing list archives
Index:
[thread]
[date]
[subject]
[author]
From: Alex Wilkinson <valex@style.senet.com.au>
To : Andrew Pullin <andrew@hotspurbgc.com.au>
Date: Mon, 10 Apr 2000 20:21:49 +0930 (CST)
Re: File Permissions
> I haven't seen before, and wondered what it meant. The actual
> permission looked something like : -r-xs-x--x. What is 's' ?
(s), save program text on swap device
> Can someone shed some light on
> what these "other" permissions are, how you set them, and
> what they do?
The letters `rwxXstugo' select the new permissions for the affected
users: read (r), write (w), execute (or access for directories) (x),
execute only if the file is a directory or already has execute
per-mission for some user (X), set user or group ID on execution
(s), save program text on swap device (t), the permissions that the
user who owns the file currently has for it (u), the permissions
that other users in the file's group have for it (g), and the
permissions that other users not in the file's group have for it (o).
This is from the chmod man page :)
For more info check out the man page or do an "info" on chmod.
Next time just do a:
man -k permissions [or whatever].
This should point u in the right direction or round about.
- Alex
--
LinuxSA WWW: http://www.linuxsa.org.au/ IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject
Index:
[thread]
[date]
[subject]
[author]
Return to the LinuxSA Mailing List Information Page