启动后如何获得Linux kernel boot命令?


8

引导后如何获得Linux内核命令行(例如从Shell)?

Answers:


14

猫/ proc / cmdline

要么

dmesg | grep“内核命令行”


注意,由于dmesg缓冲区的大小受到限制,/ proc / cmdline更加可靠。
CesarB

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.