date

date

请教高手:
如何用date命令来设置系统日期

看到一条命令如:设置时间为2004年4月14日   
命令为:# date -s 991128


这是什么意思??      
可以看在线帮助:
复制内容到剪贴板
代码:
$man date
NAME
       date - print or set the system date and time

SYNOPSIS
       date [OPTION]... [+FORMAT]
       date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]]

DESCRIPTION
       Display the current time in the given FORMAT, or set the system date.

       -d, --date=STRING
              display time described by STRING, not ‘now’

       -f, --file=DATEFILE
              like --date once for each line of DATEFILE

       -r, --reference=FILE
              display the last modification time of FILE

       -R, --rfc-2822
              output date and time in RFC 2822 format

       --rfc-3339=TIMESPEC
              output date and time in RFC 3339 format.  TIMESPEC=‘date’, ‘seconds’, or ‘ns’ for date and time to the indicated precision.
       -s, --set=STRING
              set time described by STRING

...
      
有没有大虾解释一下???      
别date了

直接nptclient同步一下就可以了      
为什么不直接用#date MMDDhhmmYY的方式设置呢?