Mercurial > hg > Members > kono > nitros9-code
comparison docs/nitros9guide/attr.refentry @ 1053:b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
capitalization and quotes (") to show what was commands, files and just
text. With today's formatting, this is not necessary, so everywhere
capitalization was used to show a command the <command> element is now
used instead, and everywhere a file is mentioned the <filename> element is used.
author | roug |
---|---|
date | Thu, 20 Mar 2003 20:19:53 +0000 |
parents | c565a4700689 |
children | 4dae346c4969 |
comparison
equal
deleted
inserted
replaced
1052:6404be5d6368 | 1053:b5ff125a1d60 |
---|---|
15 </refsynopsisdiv> | 15 </refsynopsisdiv> |
16 | 16 |
17 <refsect1><title>Description</title> | 17 <refsect1><title>Description</title> |
18 <para> | 18 <para> |
19 This command is used to examine or change the security permissions | 19 This command is used to examine or change the security permissions |
20 of a file. To enter the command, type "ATTR" followed by the | 20 of a file. To enter the command, type <command>attr</command> followed by the |
21 pathlist for the file who's security permissions are to be changed, | 21 pathlist for the file who's security permissions are to be changed, |
22 followed by a list of permissions which are to be turned on or off. | 22 followed by a list of permissions which are to be turned on or off. |
23 A permission is turned on by giving its abbreviation, or turned off | 23 A permission is turned on by giving its abbreviation, or turned off |
24 by preceding its abbreviation with a minus sign. Permissions not | 24 by preceding its abbreviation with a minus sign. Permissions not |
25 explicitly named are not affected. If no permissions are given the | 25 explicitly named are not affected. If no permissions are given the |
40 pw = Write permit to public | 40 pw = Write permit to public |
41 pe = Execute permit to public | 41 pe = Execute permit to public |
42 </literallayout> | 42 </literallayout> |
43 | 43 |
44 <para> | 44 <para> |
45 The ATTR command may be used to change a directory file to a | 45 The <command>attr</command> command may be used to change a directory file to a |
46 non-directory file if all entries have been deleted from it. Since the | 46 non-directory file if all entries have been deleted from it. Since the |
47 DEL command will only delete non-directory files, this is the only | 47 DEL command will only delete non-directory files, this is the only |
48 way a directory may be deleted. You cannot change a non-directory | 48 way a directory may be deleted. You cannot change a non-directory |
49 file to a directory file with this command (see MAKDIR). | 49 file to a directory file with this command (see MAKDIR). |
50 </para> | 50 </para> |