Changeset 328eb6f for chapter04


Ignore:
Timestamp:
02/27/2024 03:52:31 PM (7 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Children:
e4e7ffb
Parents:
648f145 (diff), 23f4367 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

Location:
chapter04
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter04/addinguser.xml

    r648f145 r328eb6f  
    9797  <command>su</command> to start a login shell as opposed to a non-login shell.
    9898  The difference between these two types of shells is described in detail in
    99   <filename>bash(1)</filename> and <command>info bash</command>.</para>
     99  <ulink role='man' url='&man;bash.1'>bash(1)</ulink> and <command>info
     100  bash</command>.</para>
    100101
    101102</sect1>
  • chapter04/settingenviron.xml

    r648f145 r328eb6f  
    8080  created files and directories are only writable by their owner, but are
    8181  readable and executable by anyone (assuming default modes are used by the
    82   <filename>open(2)</filename> system call, new files will end up with
    83   permission mode 644 and directories with mode 755).</para>
     82  <ulink role='man' url='&man;open.2'>open(2)</ulink> system call, new files
     83  will end up with permission mode 644 and directories with mode 755).</para>
    8484      </listitem>
    8585    </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.