Epics@GSI Webhome

Tipps Linux Proc Serv Remote Kill Via Netcat

Introduction

ProcServ usually needs a login to its port to execute a "CTRL+X" sequence to kill/restart the current child process. Thanks to this cmdline it is also able without. Thanks to J.Michel / M.Traxler, afaik.

Solution

Assuming that procServ is running its telnet session on port 12345 on localhost
echo -en "\x18" | netcat -w1 localhost 12345;


-- PeterZumbruch - 30 May 2016
-- PeterZumbruch - 2020-11-09

This topic: Epics > WebHome > DevelopersCorner > LinuxTricksTips > TippsLinuxProcServRemoteKillViaNetcat
Topic revision: 2020-11-09, PeterZumbruch
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding GSI Wiki? Send feedback | Legal notice | Privacy Policy (german)