Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


No renderer 'pdf' found for mode 'pdf'
lpi1:inetd

xinetd

Pakete

CentOS 5 :

xinetd

ps netzwerkfähig machen

/etc/xinetd.d/psax :

# description: ps ax netzwerkfaehig

service psax
{
        socket_type     = stream        
        wait            = no
        user            = root
        server          = /bin/ps
        server_args     = ax
}

/etc/services :

psax            48620/tcp                       # ps ax
service xinetd restart

testen

telnet localhost 48620

oder

nc localhost 48620

Doku

lpi1/inetd.txt · Zuletzt geändert: 2015/05/08 10:14 von ingo_wichmann