Suse LINUX Professional 9.3 Update 00662644461625 User Manual

Product codes
00662644461625
Page of 304
1
# file: Roadmap
2
# owner: tux
3
# group: project3
4
user::rw-
5
user:jane:rw-
effective: r--
6
group::r--
7
group:djungle:rw-
effective: r--
8
mask::r--
9
other::---
The first three lines of the output do not hold any information not available with
ls -l
. These lines only state filename, owner, and owning group. Lines 4 to
9 hold the ACL entries. Conventional access permissions represent a subset of
those possible when using ACLs. The example ACL grants read and write ac-
cess to the owner of the file as well as to user
jane
(lines 4 and 5). The conven-
tional concept has been expanded allowing access to an extra user. The same ap-
plies to the handling of group access. The owning group holds read permissions
(line 6) and the group
djungle
holds read and write permissions. The
mask
en-
try in line 8 reduces the effective permissions for the user
jane
and the group
djungle
to read access. Other users and groups do not get any kind of access to
the file (line 9).
Only very basic information has been provided here. Find more detailed informa-
tion about ACLs in the Administration Guide.
19.3
Important Linux Commands
This section gives insight into the most important commands of your SUSE
LINUX system. Along with the individual commands, parameters are listed and,
where appropriate, a typical sample application is introduced. To learn more
about the various commands, use the manual pages, accessed with
man
followed
by the name of the command, for example,
man ls
.
In the man pages, move up and down with




PgUp
and




PgDn
. Move between the
beginning and the end of a document with




Home
and




End
. End this viewing
mode by pressing




Q
. Learn more about the
man
command itself with
man man
.
There are many more commands than listed in this chapter. For information
about other commands or more detailed information, the O’Reilly publication
Linux in a Nutshell is recommended. In the following overview, the individual
command elements are written in different typefaces.
260
19.3. Important Linux Commands