Features of/proc/sysrq-trigger files under Linux

Source: Internet
Author: User

/proc/sysrq-trigger what can be done with this file?

# Restart your computer now (reboots the kernel without first unmounting file systems or syncing disks attached to the system)
echo "B" >/proc/sysrq-trigger

# Turn off the computer immediately (shuts off the system)
echo "O" >/proc/sysrq-trigger

# Export memory allocation information (can be viewed with/var/log/message) (Outputs memories Statistics to the console)
echo "M" >/proc/sysrq-trigger

# Export Current CPU register information and flag bit information (Outputs all flags and registers to the console)
echo "P" >/proc/sysrq-trigger

# Export Thread state information (Outputs a list of processes to the console)
echo "T" >/proc/sysrq-trigger

# deliberately let the system crash (crashes the systems without first unmounting file systems or syncing disks attached to the system)
echo "C" >/proc/sysrq-trigger

# immediately re-mount all file systems (attempts to sync disks attached to the system)
echo "S" >/proc/sysrq-trigger

# immediately re-mount all the file systems as read-only (attempts to unmount and remount all files system as Read-only)
echo "U" >/proc/sysrq-trigger

Hehe, there are also two, similar to the Force logoff function
e
-kills all processes except init using SIGTERM-kills all
i
processes except init using S Igkill

Features of/proc/sysrq-trigger files under Linux

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.