<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Someone else here probably knows the actual program, but there is one
that I think you use as a pipe that will input Y for all questions. 
Something like:<br>
<br>
rm -r *.bak | YesProgramName<br>
<br>
<br>
<br>
<br>
Wong Kwok-hon wrote:
<blockquote cite="midde611a3005042323594650e6a@mail.gmail.com"
 type="cite">
  <pre wrap="">On 4/24/05, Alexander Dalloz <a class="moz-txt-link-rfc2396E" href="mailto:ad+lists@uni-x.org"><ad+lists@uni-x.org></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Am Sa, den 23.04.2005 schrieb Wong Kwok-hon um 18:05:

    </pre>
    <blockquote type="cite">
      <pre wrap="">Would any one tell me how to make a auto reply "Y" to the question on
force check the file system after the Fedora Core hang and reboot? Any
script needed and how to add it ? Because sometimes the linux is not
installed with  monitor on boot.
      </pre>
    </blockquote>
    <blockquote type="cite">
      <pre wrap="">Wong Kwok Hon
      </pre>
    </blockquote>
    <pre wrap="">Create a file like following:

$ cat /etc/sysconfig/autofsck

AUTOFSCK_DEF_CHECK=yes
PROMPT=yes
AUTOFSCK_TIMEOUT=10
AUTOFSCK_OPT=""

Alexander
    </pre>
  </blockquote>
  <pre wrap=""><!---->
It will detect by system if filesystem need to check ?


Wong Kwok Hon

  </pre>
</blockquote>
<br>
</body>
</html>