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

(-)b/documentation/content/en/books/handbook/basics/_index.adoc (-1 / +10 lines)
Lines 346-351 The built-in man:su[1] framework works well for single systems or small networks Link Here
346
An alternative is to install the package:security/sudo[] package or port.
346
An alternative is to install the package:security/sudo[] package or port.
347
This software provides activity logging and allows the administrator to configure which users can run which commands as the superuser.
347
This software provides activity logging and allows the administrator to configure which users can run which commands as the superuser.
348
348
349
.Install a Program by sudo
350
[example]
351
====
352
[source,shell]
353
....
354
% sudo make instll
355
Password:
356
%
357
....
358
====
349
[[users-modifying]]
359
[[users-modifying]]
350
=== Managing Accounts
360
=== Managing Accounts
351
361
352
- 

Return to bug 265192