What is system file?

arjun srivastav

arjun srivastav

@arjun-srivastav-Ble7PW Oct 26, 2024
What is a system file?? Is it possible to delete a system file? And how can change any file to system file?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Abhishek Rawal

    Abhishek Rawal

    @abhishek-fg9tRh Oct 20, 2012

    System file "can" be deleted, but "shouldn't".
    arjun srivastav
    how can change any file to system file ?
    change pointer using cd in command prompt (run as administrator)
    use command attrib +s "filename" to turn it into system file.
  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Oct 20, 2012

    I'm guessing we're talking about the Windows Operating System here. As a rule of thumb, you can just delete any file on the Operating System provided you've sufficient administrative rights on the machine you're hacking. The same goes with all other operating systems.
  • pradeep.pawar

    pradeep.pawar

    @pradeeppawar-RAMDdD Oct 22, 2012

    required for running windows or programs installed
  • pradeep.pawar

    pradeep.pawar

    @pradeeppawar-RAMDdD Oct 22, 2012

    for more info please GOOGLE
  • manishks

    manishks

    @manishks-AZybhs Oct 22, 2012

    A system file is a file needed to run an operatring system. They reside on main memory as they are frequently used by OS. Any attempt to use these files by a user program results in fatal error. In windows they have '.sys' extension.
    kernel is needed to access these files. And since only operating system can use kernel, hence a user has no access to these system files.