NAME
Rex::Commands::Sysctl
DESCRIPTION
With this module you can set and get sysctl parameters.
SYNOPSIS
use Rex::Commands::Sysctl;
my $data = sysctl "net.ipv4.tcp_keepalive_time";
sysctl "net.ipv4.tcp_keepalive_time" => 1800;
Rex::Commands::Sysctl
With this module you can set and get sysctl parameters.
use Rex::Commands::Sysctl;
my $data = sysctl "net.ipv4.tcp_keepalive_time";
sysctl "net.ipv4.tcp_keepalive_time" => 1800;