# HG changeset patch # User Paul Issott # Date 1226700870 0 # Node ID b8c76a9cb0e3e2b9432ec433893b5cb53cf8c26d # Parent 9c0d1f8f403cb15bec7d38c3607f37439816de92 en: Add sudo to Hdbk diff -r 9c0d1f8f403c -r b8c76a9cb0e3 en/doc/handbook/system-admin.html --- a/en/doc/handbook/system-admin.html Fri Nov 14 15:31:15 2008 +0000 +++ b/en/doc/handbook/system-admin.html Fri Nov 14 22:14:30 2008 +0000 @@ -36,6 +36,7 @@
  • Language and keyboard.
  • Install the Bash shell.
  • Text editors.
  • +
  • Sudo command.
  • Set the system time.
  • Execute scheduled commands.
  • Add commands at boot time.
  • @@ -161,6 +162,18 @@
     # tazpkg get-install emacs
     
    + +

    Sudo

    +

    +The sudo command can be applied on SliTaz: +

    +
     # tazpkg get-install sudo
    +
    +

    +The configuration file /etc/sudoers, should always be edited by the visudo command +which locks the file and checks for errors. +

    +

    System Time