View | Details | Raw Unified | Return to bug 37532
Collapse All | Expand All

(-)faq/book.sgml (-9 / +9 lines)
Lines 6273-6279 Link Here
6273
      <qandaentry>
6273
      <qandaentry>
6274
	<question id="su-wheel-group">
6274
	<question id="su-wheel-group">
6275
	  <para>Why do I get the error, <errorname>you are not in the correct
6275
	  <para>Why do I get the error, <errorname>you are not in the correct
6276
	    group to su root</errorname> when I try to su to root?</para>
6276
	    group to su root</errorname> when I try to su to <username>root</username>?</para>
6277
	</question>
6277
	</question>
6278
6278
6279
	<answer>
6279
	<answer>
Lines 6736-6742 Link Here
6736
6736
6737
      <qandaentry>
6737
      <qandaentry>
6738
        <question id="forgot-root-pw">
6738
        <question id="forgot-root-pw">
6739
          <para>I have forgotten the root password!  What do I do?</para>
6739
          <para>I have forgotten the <username>root</username> password!  What do I do?</para>
6740
        </question><answer>
6740
        </question><answer>
6741
6741
6742
          <para>Do not Panic!  Simply restart the system, type
6742
          <para>Do not Panic!  Simply restart the system, type
Lines 6747-6753 Link Here
6747
            <command>mount -u /</command> to remount your root filesystem
6747
            <command>mount -u /</command> to remount your root filesystem
6748
            read/write, then run <command>mount -a</command> to remount all
6748
            read/write, then run <command>mount -a</command> to remount all
6749
            the filesystems. Run <command>passwd root</command> to change
6749
            the filesystems. Run <command>passwd root</command> to change
6750
            the root password then run &man.exit.1; to continue
6750
            the <username>root</username> password then run &man.exit.1; to continue
6751
            booting.</para>
6751
            booting.</para>
6752
        </answer>
6752
        </answer>
6753
      </qandaentry>
6753
      </qandaentry>
Lines 6975-6981 Link Here
6975
6975
6976
                <para>Take the <literal>ntalk</literal> service, for
6976
                <para>Take the <literal>ntalk</literal> service, for
6977
                  example (see /etc/inetd.conf). This service used to run
6977
                  example (see /etc/inetd.conf). This service used to run
6978
                  as userid root. Now it runs as userid tty. The tty user
6978
                  as userid <username>root</username>. Now it runs as userid <username>tty</username>. The <username>tty</username> user
6979
                  is a sandbox designed to make it more difficult for
6979
                  is a sandbox designed to make it more difficult for
6980
                  someone who has successfully hacked into the system via
6980
                  someone who has successfully hacked into the system via
6981
                  ntalk from being able to hack beyond that user id.</para>
6981
                  ntalk from being able to hack beyond that user id.</para>
Lines 7262-7268 Link Here
7262
	  <para>The reason why <filename>.shosts</filename>
7262
	  <para>The reason why <filename>.shosts</filename>
7263
	    authentication does not work by default in more recent
7263
	    authentication does not work by default in more recent
7264
	    versions of FreeBSD is because &man.ssh.1; 
7264
	    versions of FreeBSD is because &man.ssh.1; 
7265
	    is not installed suid root by default.  To
7265
	    is not installed suid <username>root</username> by default.  To
7266
	    <quote>fix</quote> this, you can do one of the
7266
	    <quote>fix</quote> this, you can do one of the
7267
	    following:</para>
7267
	    following:</para>
7268
7268
Lines 7900-7906 Link Here
7900
            Newer versions of XFree86 do not install the servers setuid to
7900
            Newer versions of XFree86 do not install the servers setuid to
7901
            <username>root</username> for just this reason.</para>
7901
            <username>root</username> for just this reason.</para>
7902
7902
7903
          <para>Obviously, running an X server as the root user is not
7903
          <para>Obviously, running an X server as the <username>root</username> user is not
7904
            acceptable, nor a good idea security-wise.  There are two ways
7904
            acceptable, nor a good idea security-wise.  There are two ways
7905
            to be able to use X as a regular user.  The first is to use
7905
            to be able to use X as a regular user.  The first is to use
7906
            <command>xdm</command> or another display manager
7906
            <command>xdm</command> or another display manager
Lines 9029-9035 Link Here
9029
            you will be prompted for the path to a shell).</para>
9029
            you will be prompted for the path to a shell).</para>
9030
9030
9031
          <para>Some people use <username>toor</username> for
9031
          <para>Some people use <username>toor</username> for
9032
            day-to-day root tasks with a non-standard shell, leaving
9032
            day-to-day <username>root</username> tasks with a non-standard shell, leaving
9033
            <username>root</username>, with a standard shell, for
9033
            <username>root</username>, with a standard shell, for
9034
            single user mode or emergencies. By default you cannot log
9034
            single user mode or emergencies. By default you cannot log
9035
            in using <username>toor</username> as it does not have a
9035
            in using <username>toor</username> as it does not have a
Lines 10447-10453 Link Here
10447
            <filename>/etc/gettytab</filename>, see &man.gettytab.5;).
10447
            <filename>/etc/gettytab</filename>, see &man.gettytab.5;).
10448
            The terminal type for this port is <literal>dialup</literal>.
10448
            The terminal type for this port is <literal>dialup</literal>.
10449
            The port is <literal>on</literal> and is
10449
            The port is <literal>on</literal> and is
10450
            <literal>insecure</literal>---meaning root logins on the port
10450
            <literal>insecure</literal>---meaning <username>root</username> logins on the port
10451
            are not allowed. For dialin ports like this one, use the
10451
            are not allowed. For dialin ports like this one, use the
10452
            <devicename>ttyd<replaceable>X</replaceable></devicename> entry.</para>
10452
            <devicename>ttyd<replaceable>X</replaceable></devicename> entry.</para>
10453
10453
Lines 10455-10461 Link Here
10455
            the terminal type. Many users set up in their <filename>.profile</filename> or
10455
            the terminal type. Many users set up in their <filename>.profile</filename> or
10456
            <filename>.login</filename> files a prompt for the actual terminal type if the
10456
            <filename>.login</filename> files a prompt for the actual terminal type if the
10457
            starting type is dialup. The example shows the port as
10457
            starting type is dialup. The example shows the port as
10458
            insecure. To become root on this port, you have to login as a
10458
            insecure. To become <username>root</username> on this port, you have to login as a
10459
            regular user, then &man.su.1; to become
10459
            regular user, then &man.su.1; to become
10460
            <username>root</username>. If you use <literal>secure</literal>
10460
            <username>root</username>. If you use <literal>secure</literal>
10461
            then <username>root</username> can login in directly.</para>
10461
            then <username>root</username> can login in directly.</para>
(-)handbook/advanced-networking/chapter.sgml (-5 / +5 lines)
Lines 2386-2392 Link Here
2386
            <filename>/etc</filename> directory of the NIS master, with one
2386
            <filename>/etc</filename> directory of the NIS master, with one
2387
            exception: the <filename>/etc/master.passwd</filename> file.
2387
            exception: the <filename>/etc/master.passwd</filename> file.
2388
            This is for a good reason; you do not want to propagate
2388
            This is for a good reason; you do not want to propagate
2389
            passwords to your root and other administrative accounts to
2389
            passwords to your <username>root</username> and other administrative accounts to
2390
            all the servers in the NIS domain.  Therefore, before we
2390
            all the servers in the NIS domain.  Therefore, before we
2391
            initialize the NIS maps, you should:</para>
2391
            initialize the NIS maps, you should:</para>
2392
2392
Lines 2398-2404 Link Here
2398
            (<username>bin</username>, <username>tty</username>, <username>kmem</username>, 
2398
            (<username>bin</username>, <username>tty</username>, <username>kmem</username>, 
2399
	      <username>games</username>, etc), as well as any accounts that you
2399
	      <username>games</username>, etc), as well as any accounts that you
2400
            do not want to be propagated to the NIS clients (for example
2400
            do not want to be propagated to the NIS clients (for example
2401
            root and any other UID 0 (superuser) accounts).</para>
2401
            <username>root</username> and any other UID 0 (superuser) accounts).</para>
2402
2402
2403
          <note><para>Make sure the
2403
          <note><para>Make sure the
2404
            <filename>/var/yp/master.passwd</filename> is neither group
2404
            <filename>/var/yp/master.passwd</filename> is neither group
Lines 3413-3419 Link Here
3413
	        you should be warned that <devicename>bpf</devicename>
3413
	        you should be warned that <devicename>bpf</devicename>
3414
		is also the device that allows packet sniffers to work
3414
		is also the device that allows packet sniffers to work
3415
		correctly (although they still have to be run as
3415
		correctly (although they still have to be run as
3416
		root).  <devicename>bpf</devicename>
3416
		<username>root</username>).  <devicename>bpf</devicename>
3417
		<emphasis>is</emphasis> required to use DHCP, but if
3417
		<emphasis>is</emphasis> required to use DHCP, but if
3418
		you are very sensitive about security, you probably
3418
		you are very sensitive about security, you probably
3419
		should not add <devicename>bpf</devicename> to your
3419
		should not add <devicename>bpf</devicename> to your
Lines 4478-4484 Link Here
4478
	following checklist, it is assumed that the path to the sandbox
4478
	following checklist, it is assumed that the path to the sandbox
4479
	is <filename>/etc/namedb</filename> and that you have made no
4479
	is <filename>/etc/namedb</filename> and that you have made no
4480
	prior modifications to the contents of this directory. Perform
4480
	prior modifications to the contents of this directory. Perform
4481
	the following steps as root.</para>
4481
	the following steps as <username>root</username>.</para>
4482
4482
4483
      <itemizedlist>
4483
      <itemizedlist>
4484
	<listitem>
4484
	<listitem>
Lines 5832-5838 Link Here
5832
	both computers.</para>
5832
	both computers.</para>
5833
5833
5834
      <para>Configure the network interface parameters for lp0 on both
5834
      <para>Configure the network interface parameters for lp0 on both
5835
	sites as root. For example, if you want connect the host host1
5835
	sites as <username>root</username>. For example, if you want connect the host host1
5836
	with host2</para>
5836
	with host2</para>
5837
5837
5838
      <programlisting>                 host1 &lt;-----&gt; host2
5838
      <programlisting>                 host1 &lt;-----&gt; host2
(-)handbook/backups/chapter.sgml (-1 / +1 lines)
Lines 793-799 Link Here
793
	floppies.</para>
793
	floppies.</para>
794
794
795
      <para>To backup all the files in the current directory and sub-directory
795
      <para>To backup all the files in the current directory and sub-directory
796
	use this (as root):</para>
796
	use this (as <username>root</username>):</para>
797
797
798
      <screen>&prompt.root; <userinput>tar Mcvf /dev/fd0 *</userinput></screen>
798
      <screen>&prompt.root; <userinput>tar Mcvf /dev/fd0 *</userinput></screen>
799
799
(-)handbook/boot/chapter.sgml (-2 / +2 lines)
Lines 607-613 Link Here
607
      <para>If the system <literal>console</literal> is set
607
      <para>If the system <literal>console</literal> is set
608
	to <literal>insecure</literal> in
608
	to <literal>insecure</literal> in
609
	<filename>/etc/ttys</filename>, then the system prompts for
609
	<filename>/etc/ttys</filename>, then the system prompts for
610
	the root password before initiating single-user mode.</para>
610
	the <username>root</username> password before initiating single-user mode.</para>
611
611
612
      <example id="boot-insecure-console">
612
      <example id="boot-insecure-console">
613
	<title>An Insecure Console in /etc/ttys</title>
613
	<title>An Insecure Console in /etc/ttys</title>
Lines 623-629 Link Here
623
	<para>An <literal>insecure</literal> console means that you
623
	<para>An <literal>insecure</literal> console means that you
624
	  consider your physical security to the console to be
624
	  consider your physical security to the console to be
625
	  insecure, and want to make sure only someone who knows the
625
	  insecure, and want to make sure only someone who knows the
626
	  root password may use single-user mode, and it does not
626
	  <username>root</username> password may use single-user mode, and it does not
627
	  mean that you want to run your console insecurely.  Thus,
627
	  mean that you want to run your console insecurely.  Thus,
628
	  if you want security, choose <literal>insecure</literal>,
628
	  if you want security, choose <literal>insecure</literal>,
629
	  not <literal>secure</literal>.</para>
629
	  not <literal>secure</literal>.</para>
(-)handbook/config/chapter.sgml (-1 / +1 lines)
Lines 381-387 Link Here
381
381
382
    <para>The startup scripts of FreeBSD will look in
382
    <para>The startup scripts of FreeBSD will look in
383
      <filename>/usr/local/etc/rc.d</filename> for scripts that have an
383
      <filename>/usr/local/etc/rc.d</filename> for scripts that have an
384
      <literal>.sh</literal> extension and are executable by root.  Those
384
      <literal>.sh</literal> extension and are executable by <username>root</username>.  Those
385
      scripts that are found are called with an option <option>start</option>
385
      scripts that are found are called with an option <option>start</option>
386
      at startup, and <option>stop</option> at shutdown to allow them to carry
386
      at startup, and <option>stop</option> at shutdown to allow them to carry
387
      out their purpose.  So if you wanted the above sample script to be
387
      out their purpose.  So if you wanted the above sample script to be
(-)handbook/cutting-edge/chapter.sgml (-1 / +1 lines)
Lines 1786-1792 Link Here
1786
	then set up <filename>/etc/make.conf</filename> properly to share
1786
	then set up <filename>/etc/make.conf</filename> properly to share
1787
	distfiles.  You should set <makevar>DISTDIR</makevar> to a
1787
	distfiles.  You should set <makevar>DISTDIR</makevar> to a
1788
	common shared directory that is writable by whichever user
1788
	common shared directory that is writable by whichever user
1789
	root is mapped to by your NFS mounts.  Each
1789
	<username>root</username> is mapped to by your NFS mounts.  Each
1790
	machine should set <makevar>WRKDIRPREFIX</makevar> to a
1790
	machine should set <makevar>WRKDIRPREFIX</makevar> to a
1791
	local build directory.  Finally, if you are going to be
1791
	local build directory.  Finally, if you are going to be
1792
	building and distributing packages, you should set
1792
	building and distributing packages, you should set
(-)handbook/install/chapter.sgml (-7 / +7 lines)
Lines 4096-4104 Link Here
4096
      <title>Add User/Groups</title>
4096
      <title>Add User/Groups</title>
4097
4097
4098
      <para>You should add at least one user during the installation so
4098
      <para>You should add at least one user during the installation so
4099
	that you can use the system without being logged in as root.  The
4099
	that you can use the system without being logged in as <username>root</username>.  The
4100
	root partition is generally small and running applications as
4100
	root partition is generally small and running applications as
4101
	root can quickly fill it.  A bigger danger is noted below:</para>
4101
	<username>root</username> can quickly fill it.  A bigger danger is noted below:</para>
4102
4102
4103
      <screen>                     User Confirmation Requested
4103
      <screen>                     User Confirmation Requested
4104
 Would you like to add any initial user accounts to the system? Adding
4104
 Would you like to add any initial user accounts to the system? Adding
Lines 4218-4224 Link Here
4218
	login.</para>
4218
	login.</para>
4219
4219
4220
      <para>The user was also added to the group <groupname>wheel</groupname> to be able to
4220
      <para>The user was also added to the group <groupname>wheel</groupname> to be able to
4221
	become a superuser with root privileges.</para>
4221
	become a superuser with <username>root</username> privileges.</para>
4222
4222
4223
      <para>When you are satisfied, press &gui.ok; and
4223
      <para>When you are satisfied, press &gui.ok; and
4224
	the User and Group Management menu will redisplay.</para>
4224
	the User and Group Management menu will redisplay.</para>
Lines 4254-4260 Link Here
4254
4254
4255
               [ Press enter to continue ]</screen>
4255
               [ Press enter to continue ]</screen>
4256
4256
4257
      <para>Press <keycap>Enter</keycap> to set the root password.</para>
4257
      <para>Press <keycap>Enter</keycap> to set the <username>root</username> password.</para>
4258
4258
4259
      <para>The password will need to be typed in twice
4259
      <para>The password will need to be typed in twice
4260
	correctly. Needless to say, make sure you have a way of finding
4260
	correctly. Needless to say, make sure you have a way of finding
Lines 4332-4338 Link Here
4332
	<command>dmesg</command> at the prompt.</para>
4332
	<command>dmesg</command> at the prompt.</para>
4333
4333
4334
      <para>Login using the username/password you set during installation
4334
      <para>Login using the username/password you set during installation
4335
	(rpratt, in this example).  Avoid logging in as root except when
4335
	(rpratt, in this example).  Avoid logging in as <username>root</username> except when
4336
	necessary.</para>
4336
	necessary.</para>
4337
4337
4338
      <para>Typical boot messages:</para>
4338
      <para>Typical boot messages:</para>
Lines 4506-4513 Link Here
4506
      <para>It is important to properly shutdown the operating
4506
      <para>It is important to properly shutdown the operating
4507
	system.  Do not just turn off power.  First, become a superuser by
4507
	system.  Do not just turn off power.  First, become a superuser by
4508
	typing <command>su</command> at the command line and entering the
4508
	typing <command>su</command> at the command line and entering the
4509
	root password.  This will work only if the user is a member of the
4509
	<username>root</username> password.  This will work only if the user is a member of the
4510
	group wheel. Otherwise, login as root and use
4510
	group wheel. Otherwise, login as <username>root</username> and use
4511
	<command>shutdown -h now</command>.</para>
4511
	<command>shutdown -h now</command>.</para>
4512
4512
4513
      <screen>The operating system has halted. 
4513
      <screen>The operating system has halted. 
(-)handbook/linuxemu/chapter.sgml (-4 / +4 lines)
Lines 209-215 Link Here
209
	  libraries?  How do you know which shared libraries Linux
209
	  libraries?  How do you know which shared libraries Linux
210
	  binaries need, and where to get them?  Basically, there are 2
210
	  binaries need, and where to get them?  Basically, there are 2
211
	  possibilities (when following these instructions you will need
211
	  possibilities (when following these instructions you will need
212
	  to be root on your FreeBSD system).</para>
212
	  to be <username>root</username> on your FreeBSD system).</para>
213
213
214
	<para>If you have access to a Linux system, see what shared
214
	<para>If you have access to a Linux system, see what shared
215
	  libraries the application needs, and copy them to your FreeBSD
215
	  libraries the application needs, and copy them to your FreeBSD
Lines 1261-1267 Link Here
1261
        <title><command>make world</command> and a New Kernel</title>
1261
        <title><command>make world</command> and a New Kernel</title>
1262
1262
1263
        <para>The first thing to do is to install the sources.
1263
        <para>The first thing to do is to install the sources.
1264
          As user root, do the following:</para>
1264
          As user <username>root</username>, do the following:</para>
1265
1265
1266
        <screen>&prompt.root; <userinput>cd /usr/src</userinput>
1266
        <screen>&prompt.root; <userinput>cd /usr/src</userinput>
1267
&prompt.root; <userinput>make world</userinput> </screen>
1267
&prompt.root; <userinput>make world</userinput> </screen>
Lines 1314-1320 Link Here
1314
1314
1315
      <sect3 id="installinglinuxbase-system">
1315
      <sect3 id="installinglinuxbase-system">
1316
        <title>Installing Linux Base-system</title>
1316
        <title>Installing Linux Base-system</title>
1317
        <para>First the Linux base-system needs to be installed (as root):
1317
        <para>First the Linux base-system needs to be installed (as <username>root</username>):
1318
        <screen>&prompt.root; <userinput>cd /usr/ports/emulators/linux_base</userinput>
1318
        <screen>&prompt.root; <userinput>cd /usr/ports/emulators/linux_base</userinput>
1319
&prompt.root; <userinput>make package</userinput> </screen></para>
1319
&prompt.root; <userinput>make package</userinput> </screen></para>
1320
      </sect3>
1320
      </sect3>
Lines 1706-1712 Link Here
1706
1706
1707
        <screen>&prompt.root; <userinput>export LD_LIBRARY_PATH=/oracle/IDS/lib:/sapmnt/IDS/exe:/oracle/805_32/lib</userinput> </screen>
1707
        <screen>&prompt.root; <userinput>export LD_LIBRARY_PATH=/oracle/IDS/lib:/sapmnt/IDS/exe:/oracle/805_32/lib</userinput> </screen>
1708
1708
1709
        <para>Start R3SETUP as user root from installation
1709
        <para>Start R3SETUP as user <username>root</username> from installation
1710
        directory:</para>
1710
        directory:</para>
1711
1711
1712
        <screen>&prompt.root; <userinput>cd /oracle/IDS/sapreorg/install</userinput>
1712
        <screen>&prompt.root; <userinput>cd /oracle/IDS/sapreorg/install</userinput>
(-)handbook/mail/chapter.sgml (-1 / +1 lines)
Lines 599-605 Link Here
599
	<para>Add a script to
599
	<para>Add a script to
600
	  <filename>/usr/local/etc/rc.d/</filename> that
600
	  <filename>/usr/local/etc/rc.d/</filename> that
601
	  ends in <filename>.sh</filename> and is executable by
601
	  ends in <filename>.sh</filename> and is executable by
602
	  root.  The script should also accept the parameters 'start'
602
	  <username>root</username>.  The script should also accept the parameters 'start'
603
	  or 'stop'.  So that you could, for example, execute
603
	  or 'stop'.  So that you could, for example, execute
604
	  <filename>/usr/local/etc/rc.d/supermailer.sh start</filename>
604
	  <filename>/usr/local/etc/rc.d/supermailer.sh start</filename>
605
	  or <filename>/usr/local/etc/rc.d/supermailer.sh stop</filename>.
605
	  or <filename>/usr/local/etc/rc.d/supermailer.sh stop</filename>.
(-)handbook/mirrors/chapter.sgml (-1 / +1 lines)
Lines 2125-2131 Link Here
2125
	directory status files untouched when run this way.  The new
2125
	directory status files untouched when run this way.  The new
2126
	versions of those files will be written into the specified
2126
	versions of those files will be written into the specified
2127
	directory.  As long as you have read access to
2127
	directory.  As long as you have read access to
2128
	<filename>/usr/src</filename>, you do not even need to be root
2128
	<filename>/usr/src</filename>, you do not even need to be <username>root</username>
2129
	to perform this kind of trial run.</para>
2129
	to perform this kind of trial run.</para>
2130
      
2130
      
2131
      <para>If you are not running X11 or if you just do not like GUIs,
2131
      <para>If you are not running X11 or if you just do not like GUIs,
(-)handbook/ppp-and-slip/chapter.sgml (-2 / +2 lines)
Lines 2003-2009 Link Here
2003
    <sect2>
2003
    <sect2>
2004
      <title>Running <application>PPP</application></title>
2004
      <title>Running <application>PPP</application></title>
2005
2005
2006
      <para>As root, you can run:</para>
2006
      <para>As <username>root</username>, you can run:</para>
2007
2007
2008
      <screen>&prompt.root; <userinput>ppp -ddial name_of_service_provider</userinput></screen>
2008
      <screen>&prompt.root; <userinput>ppp -ddial name_of_service_provider</userinput></screen>
2009
2009
Lines 2378-2384 Link Here
2378
	      <keycombo>
2378
	      <keycombo>
2379
		<keycap>Ctrl</keycap>
2379
		<keycap>Ctrl</keycap>
2380
		<keycap>z</keycap>
2380
		<keycap>z</keycap>
2381
	      </keycombo>) and as root, type:</para>
2381
	      </keycombo>) and as <username>root</username>, type:</para>
2382
2382
2383
	    <screen>&prompt.root; <userinput>slattach -h -c -s 115200 /dev/modem</userinput></screen>
2383
	    <screen>&prompt.root; <userinput>slattach -h -c -s 115200 /dev/modem</userinput></screen>
2384
2384
(-)handbook/printing/chapter.sgml (-9 / +9 lines)
Lines 514-521 Link Here
514
514
515
	<procedure>
515
	<procedure>
516
	  <step>
516
	  <step>
517
	    <para>Become root with the &man.su.1; command.  Enter the
517
	    <para>Become <username>root</username> with the &man.su.1; command.  Enter the
518
	      root password when prompted.</para>
518
	      <username>root</username> password when prompted.</para>
519
	  </step>
519
	  </step>
520
520
521
	  <step>
521
	  <step>
Lines 706-712 Link Here
706
706
707
	    <procedure>
707
	    <procedure>
708
	      <step>
708
	      <step>
709
		<para>Become root with  &man.su.1;.</para>
709
		<para>Become <username>root</username> with  &man.su.1;.</para>
710
	      </step>
710
	      </step>
711
711
712
	      <step>
712
	      <step>
Lines 771-777 Link Here
771
771
772
	    <procedure>
772
	    <procedure>
773
	      <step>
773
	      <step>
774
		<para>Become root with &man.su.1;.</para>
774
		<para>Become <username>root</username> with &man.su.1;.</para>
775
	      </step>
775
	      </step>
776
776
777
	      <step>
777
	      <step>
Lines 3293-3299 Link Here
3293
          to have access to a printer in a certain group, and then name that
3293
          to have access to a printer in a certain group, and then name that
3294
          group in the <literal>rg</literal> capability.</para>
3294
          group in the <literal>rg</literal> capability.</para>
3295
            
3295
            
3296
        <para>Users outside the group (including root) will be greeted with
3296
        <para>Users outside the group (including <username>root</username>) will be greeted with
3297
          
3297
          
3298
          <errorname>lpr: Not a member of the restricted group</errorname>
3298
          <errorname>lpr: Not a member of the restricted group</errorname>
3299
          
3299
          
Lines 4378-4391 Link Here
4378
	printer is <emphasis>started</emphasis> or the queue is
4378
	printer is <emphasis>started</emphasis> or the queue is
4379
	cleared.</para>
4379
	cleared.</para>
4380
	  
4380
	  
4381
      <para>If a queue is <emphasis>disabled</emphasis>, no user (except root)
4381
      <para>If a queue is <emphasis>disabled</emphasis>, no user (except <username>root</username>)
4382
	can submit jobs for the printer.  An <emphasis>enabled</emphasis>
4382
	can submit jobs for the printer.  An <emphasis>enabled</emphasis>
4383
	queue allows jobs to be submitted.  A printer can be
4383
	queue allows jobs to be submitted.  A printer can be
4384
	<emphasis>started</emphasis> for a disabled queue, in which case it
4384
	<emphasis>started</emphasis> for a disabled queue, in which case it
4385
	will continue to print jobs in the queue until the queue is
4385
	will continue to print jobs in the queue until the queue is
4386
	empty.</para>
4386
	empty.</para>
4387
	  
4387
	  
4388
      <para>In general, you have to have root privileges to use the
4388
      <para>In general, you have to have <username>root</username> privileges to use the
4389
	  &man.lpc.8; command.  Ordinary users can use the &man.lpc.8; command
4389
	  &man.lpc.8; command.  Ordinary users can use the &man.lpc.8; command
4390
	to get printer status and to restart a hung printer only.</para>
4390
	to get printer status and to restart a hung printer only.</para>
4391
4391
Lines 4428-4439 Link Here
4428
	  <listitem>
4428
	  <listitem>
4429
	    <para>Disable queuing of new jobs.  If the printer is running, it
4429
	    <para>Disable queuing of new jobs.  If the printer is running, it
4430
	      will continue to print any jobs remaining in the queue.  The
4430
	      will continue to print any jobs remaining in the queue.  The
4431
	      superuser (root) can always submit jobs, even to a disabled
4431
	      superuser (<username>root</username>) can always submit jobs, even to a disabled
4432
	      queue.</para>
4432
	      queue.</para>
4433
		  
4433
		  
4434
	    <para>This command is useful while you are testing a new printer
4434
	    <para>This command is useful while you are testing a new printer
4435
	      or filter installation: disable the queue and submit jobs as
4435
	      or filter installation: disable the queue and submit jobs as
4436
	      root.  Other users will not be able to submit jobs until you
4436
	      <username>root</username>.  Other users will not be able to submit jobs until you
4437
	      complete your testing and re-enable the queue with the
4437
	      complete your testing and re-enable the queue with the
4438
	      <command>enable</command> command.</para>
4438
	      <command>enable</command> command.</para>
4439
	  </listitem>
4439
	  </listitem>
(-)handbook/serialcomms/chapter.sgml (-1 / +1 lines)
Lines 1642-1648 Link Here
1642
      <screen>&prompt.root; <userinput>cd /dev</userinput>
1642
      <screen>&prompt.root; <userinput>cd /dev</userinput>
1643
&prompt.root; <userinput>sh MAKEDEV cuaa0</userinput></screen>
1643
&prompt.root; <userinput>sh MAKEDEV cuaa0</userinput></screen>
1644
		  
1644
		  
1645
      <para>Or use <command>cu</command> as root with the following 
1645
      <para>Or use <command>cu</command> as <username>root</username> with the following 
1646
	command:</para>
1646
	command:</para>
1647
      
1647
      
1648
      <screen>&prompt.root; <userinput>cu -l<replaceable>line</replaceable> -s<replaceable>speed</replaceable></userinput></screen>
1648
      <screen>&prompt.root; <userinput>cu -l<replaceable>line</replaceable> -s<replaceable>speed</replaceable></userinput></screen>
(-)handbook/sound/chapter.sgml (-1 / +1 lines)
Lines 236-242 Link Here
236
236
237
    <para>If the previous command returned
237
    <para>If the previous command returned
238
      <devicename>pcm0</devicename>, you will have to run the
238
      <devicename>pcm0</devicename>, you will have to run the
239
      following as root:</para>
239
      following as <username>root</username>:</para>
240
240
241
    <screen>&prompt.root; cd /dev
241
    <screen>&prompt.root; cd /dev
242
&prompt.root; sh MAKEDEV snd0</screen>
242
&prompt.root; sh MAKEDEV snd0</screen>

Return to bug 37532