xl a révisé ce gist 7 months ago. Aller à la révision
1 file changed, 1 insertion, 1 deletion
kernel ring buffer.md
| @@ -1,3 +1,3 @@ | |||
| 1 | - | Allow users to access the kernel ring buffer and view the messages using dmesg | |
| 1 | + | allow users to access the kernel ring buffer and view the messages using dmesg | |
| 2 | 2 | ```sh | |
| 3 | 3 | sysctl kernel.dmesg_restrict=0 | |
xl a révisé ce gist 7 months ago. Aller à la révision
1 file changed, 2 insertions
kernel ring buffer.md
| @@ -1 +1,3 @@ | |||
| 1 | 1 | Allow users to access the kernel ring buffer and view the messages using dmesg | |
| 2 | + | ```sh | |
| 3 | + | sysctl kernel.dmesg_restrict=0 | |
xl a révisé ce gist 7 months ago. Aller à la révision
1 file changed, 1 insertion
kernel ring buffer.md (fichier créé)
| @@ -0,0 +1 @@ | |||
| 1 | + | Allow users to access the kernel ring buffer and view the messages using dmesg | |