1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:22:07 +02:00

Sysctl: Condense by removing explicit maxfiles example.

This commit is contained in:
Peter Tripp 2016-01-20 03:46:22 -08:00
parent 2e2390b1bd
commit 35a697f99c

View file

@ -20,5 +20,4 @@
- Set a changeable kernel state variable:
`sysctl -w name=value`
`sysctl -w kern.maxfiles=15000`
`sysctl -w {{section.tunable}}={{value}}`