না এটি সত্য নয়। shutdown
থ্রি স্তর পরিবর্তন করে যা এরপরে সমস্ত শাটডাউন স্ক্রিপ্টগুলি চালায় runs এই স্ক্রিপ্টগুলি স্ক্রিপ্টগুলির উপর নির্ভর করে। তবে তারা সাধারণত প্রক্রিয়াগুলি শেষ করে না তবে শেষ করার সিগন্যাল প্রেরণ করে।
সুতরাং এটির জন্য ম্যানুয়াল অংশ shutdown
:
shutdown brings the system down in a secure way. All logged-in users
are notified that the system is going down, and login(1) is blocked.
It is possible to shut the system down immediately or after a specified
delay. All processes are first notified that the system is going down
by the signal SIGTERM. This gives programs like vi(1) the time to save
the file being edited, mail and news processing programs a chance to
exit cleanly, etc. shutdown does its job by signalling the init
process, asking it to change the runlevel. Runlevel 0 is used to halt
the system, runlevel 6 is used to reboot the system, and runlevel 1 is
used to put to system into a state where administrative tasks can be
performed; this is the default if neither the -h or -r flag is given to
shutdown. To see which actions are taken on halt or reboot see the
appropriate entries for these runlevels in the file /etc/inittab.