In the event that a user wants to make modifications to the kernel commandline how would I do so? Can I "cat /proc/cmdline" to view the bootargs??
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
/proc/cmdline will give you the current boot arguments but also reveal a lot of data that's not technically modifiable. I would recommend using: Which should give you similar output:
To modify your cmdline arguments issue the following command:
|
|||
|
|
