Make pretty the output of my <screen> tags.
This commit is contained in:
parent
9e9bc62ee3
commit
be42d8ca8c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24110
1 changed files with 2 additions and 4 deletions
|
@ -598,15 +598,13 @@ total 530
|
|||
undeletable flag on the file <filename>file1</filename>,
|
||||
issue the following command:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>chflags sunlink
|
||||
<filename>file1</filename></userinput></screen>
|
||||
<screen>&prompt.root; <userinput>chflags sunlink <filename>file1</filename></userinput></screen>
|
||||
|
||||
<para>And to disable the system undeletable flag, simply
|
||||
issue the previous command with <quote>no</quote> in
|
||||
front of the <option>sunlink</option>. Observe:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>chflags nosunlink
|
||||
<filename>file1</filename></userinput></screen>
|
||||
<screen>&prompt.root; <userinput>chflags nosunlink <filename>file1</filename></userinput></screen>
|
||||
|
||||
<para>To view the flags of this file, use the &man.ls.1;
|
||||
with the <option>-lo</option> flags:</para>
|
||||
|
|
Loading…
Reference in a new issue