linux restart

Discussion in 'General' started by zaqavis, May 29, 2006.

  1. zaqavis

    zaqavis New Member

    normally abnormal shutdown or restart linux go to fsck.
    after normal boot linux restart and check fsck why?
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Normally it does that once after a certain amount of boots, for example 30.
     
  3. zaqavis

    zaqavis New Member

    whenever i restart linux live server , its must be going to fsck.
    why
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Does the fsck run find errors on your harddisk? Have you shutdown your system properly?

    If a linux system is not shutdown properly, it will run an fsck to ensure all data is correct.
     
  5. zaqavis

    zaqavis New Member

    restart linux

    I properly shutdown linux.

    which command , can i use for properly shutdown.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    The command is:

    shutdown -h now
     
  7. falko

    falko Super Moderator ISPConfig Developer

    This will halt the machine. If you want to reboot, use
    Code:
    shutdown -r now
     

Share This Page