Changes between Version 98 and Version 99 of Download


Ignore:
Timestamp:
Aug 16, 2012, 6:52:55 PM (12 years ago)
Author:
Christian Franke
Comment:

Use "sudo" for examples which must be run as root

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v98 v99  
    2828  man smartd
    2929 
    30   # Only root can do this
    31   /usr/sbin/smartctl -s on -o on -S on /dev/hda
    32   /usr/sbin/smartctl -a /dev/hda
     30  sudo /usr/sbin/smartctl -s on -o on -S on /dev/sda
     31  sudo /usr/sbin/smartctl -x /dev/sda
    3332}}}
    3433
     
    3837{{{/usr/share/man}}} to your {{{MANPATH}}} environment variable.
    3938
    40 The [#Windows-InstalltheWindowspackage Windows package] provides
     39The [#InstalltheWindowspackage Windows package] provides
    4140preformatted man pages in {{{*.html}}} and {{{*.txt}}} format.
    4241
     
    311310  ./configure
    312311  make
    313   # you need to be root to do this:
    314   make install
     312  sudo make install
    315313}}}
    316314
     
    378376  ./configure
    379377  make
    380   # you need to be root to do this:
    381   make install
     378  sudo make install
    382379}}}
    383380
     
    414411Starting with smartmontools 5.40 the drive database file {{{drivedb.h}}} can be updated separately with the following command:
    415412{{{
    416   # you need to be root to do this:
    417   /usr/sbin/update-smart-drivedb
     413  sudo /usr/sbin/update-smart-drivedb
    418414}}}
    419415This command uses [http://curl.haxx.se/ curl], [http://www.gnu.org/software/wget/ wget] or [http://lynx.isc.org/ lynx] for download. A proxy server can be specified by the environment variable {{{http_proxy}}} (lower case only), see the man pages of the above commands.