雙系統 時差問題 - Linux

Table of Contents

※ 引述《DrABay (是誰忘了我)》之銘言:
: WIN7 跟 Fedora 時間差8小時
: 找到方法是
: sudo cp /etc/default/rcS /etc/default/rcS_backup
: sudo gedit /etc/default/rcS
: 可是我輸入第一行的時候就說沒有rcS
: 那要怎麼改回來呢

那我的 rcS 送你

-rw-r--r-- 1 root root 261 /etc/default/rcS



#
# /etc/default/rcS
#
# Default settings for the scripts in /etc/rcS.d/
#
# For information about these variables see the rcS(5) manual page.
#
# This file belongs to the "initscripts" package.

TMPTIME=0
SULOGIN=no
DELAYLOGIN=no
UTC=no
VERBOSE=no
FSCKFIX=no

# 那您照 key in 試試看

--

All Comments

Damian avatarDamian2010-02-22
感謝~