< Home - < Back

procServ


Information about the package, procServ, which is shipped with common Linux distributions. The procServ package is designed for, Process server with telnet console and log access.


Package Name:

procServ

Summary:

Process server with telnet console and log access

Description:

procServ is a wrapper that starts an arbitrary command as a child process in the background, connecting its standard input and output to a TCP port for telnet access. It supports logging, child restart (manual or automatic on exit), and more. procServ does not have the rich feature set of the screen utility, but is intended to provide running a command in a system service style, in a small, robust way. Handling multiple users, authorization, authentication, central logging is done best on a higher level, using a package like conserver. For security reasons, procServ only accepts connections from localhost.

Architecture:

x86_64

Version:

2.6.0

Release:

1.el6

Size:

143 k

Repository:

epel

From Repository:

Licence:

GPLv3



Handy Yum Commands for procServ


Control the procServ package with the following handy commands outlined below.


Command

Description of Command

yum install procServ

This command will install procServ on the server.

yum remove procServ

This command will un-install procServ on the server. When you run this command, you will be asked if you are sure that you want to remove procServ, so you have to manually confirm that you want to do this.

yum -y remove procServ

This command will un-install procServ on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove procServ when using the -y flag.

yum update procServ

This command will update procServ to the latest version. When you run this command, you will be asked if you are sure that you want to remove procServ, so you have to manually confirm that you want to do this.

yum -y update procServ

This command will update procServ to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove procServ when using the -y flag.

yum info procServ

This command will show you core information about the procServ package.

yum deplist procServ

This command will show you the dependencies for procServ. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update procServ

This command will check if there is an update waiting on procServ. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.