Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/share/augeas/lenses/dist/tests/ |
Current File : //usr/share/augeas/lenses/dist/tests/test_limits.aug |
module Test_limits = let conf = "@audio - rtprio 99 ftp hard nproc /ftp * soft core 0 " test Limits.lns get conf = { "domain" = "@audio" { "type" = "-" } { "item" = "rtprio" } { "value" = "99" } } { "domain" = "ftp" { "type" = "hard" } { "item" = "nproc" } { "value" = "/ftp" } } { "domain" = "*" { "type" = "soft" } { "item" = "core" } { "value" = "0" } } test Limits.lns put conf after insa "domain" "domain[last()]" ; set "domain[last()]" "*" ; set "domain[last()]/type" "-" ; set "domain[last()]/item" "nofile" ; set "domain[last()]/value" "4096" = "@audio - rtprio 99 ftp hard nproc /ftp * soft core 0 * - nofile 4096\n"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare