Score:0

May I ask during runtime how to check the some kernel command line parameters which not set in the grub but have a default value?

ax flag

I notice there are some kernel command line parameters like below, which from Manual:

        audit=          [KNL] Enable the audit sub-system
                        Format: { "0" | "1" | "off" | "on" }
                        0 | off - kernel audit is disabled and can not be
                            enabled until the next reboot
                        unset - kernel audit is initialized but disabled and
                            will be fully enabled by the userspace auditd.
                        1 | on - kernel audit is initialized and partially
                            enabled, storing at most audit_backlog_limit
                            messages in RAM until it is fully enabled by the
                            userspace auditd.
                        Default: unset

        audit_backlog_limit= [KNL] Set the audit queue size limit.
                        Format: <int> (must be >=0)
                        Default: 64

which has the Default value, so if I am not set it in the grub GRUB_CMDLINE_LINUX line, and also not set it during the boot, how do I check that it is indeed using the Default value?

The reason why I have such a problem is because there are so many different Linux distribution, I just want to check whether this Linux distribution change the default value. So want to check it in my eyes in the running Linux distribution.

Or is there anything I misunderstand?

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.