Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

unixcmd(1) [debian man page]

UNIXCMD(1)							   User Commands							UNIXCMD(1)

NAME
unixcmd - Simple remote command for unix sockets SYNOPSIS
unixcmd OPTIONS command vdecmd OPTIONS command DESCRIPTION
-s sockname management socket path (default is /var/run/unixcmd) -f rcfile configuration path (default is /etc/unixcmd) -v run parse machine in debug mode -s sockname management socket path (default is /var/run/unixcmd) -f rcfile configuration path (default is /etc/unixcmd) -v run parse machine in debug mode Virtual Distributed Ethernet January 2008 UNIXCMD(1)

Check Out this Related Man Page

VDETELWEB(1)						      General Commands Manual						      VDETELWEB(1)

NAME
vdetelweb - Virtual Distributed Ethernet Telnet and/or Web management module SYNOPSIS
vdetelweb [ --web ] [ --telnet ] [ --nodename nodename ] [ --daemon ] [ --rcfile rcfile ] mgmt_socket DESCRIPTION
vdetelweb implements a tiny telnet server and/or a tiny web server for the remote management of a VDE2 switch. OPTIONS
-w, --web start the web server. At least one of --web or --telnet must be set. -t, --telnet start the telnet server. At least one of --web or --telnet must be set. -n, --nodename nodename specify the nodename as seen from remote connections (e.g. in the command prompt or in the web page title). uname nodename is used when this option is not specified. -d, --daemon run as a daemon, using syslog for logging. -f, --rcfile rcfile rc file to set the initial switch configuration. When not specified, vdetelweb searches for ~/.vde/vdetelwebrc and /etc/vde/vdetel- webrc. At leas one rc file must exist and be readable. -h, --help print help. please use it for a more complete list of options. mgmt_socket is the managemnt socket used to communicate with the vde_switch. (This option must match the path used in the -M option for the vde_switch). NOTICE
Virtual Distributed Ethernet is not related in any way with www.vde.com ("Verband der Elektrotechnik, Elektronik und Informationstechnik" i.e. the German "Association for Electrical, Electronic & Information Technologies"). SEE ALSO
vde_switch(1), vde_plug(1), vdeq(1). dpipe(1). unixterm(1). AUTHOR
VDE is a project by Renzo Davoli <renzo@cs.unibo.it> Virtual Distributed Ethernet June 16, 2008 VDETELWEB(1)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

unix commands

where can i get a list of UNIX commands? my tech teacher asked me today if i knew where to get them, i told him to go here...then he told me to do it...so here i am. please help (3 Replies)
Discussion started by: emeacham
3 Replies

2. UNIX for Dummies Questions & Answers

unix commands ?

Does anyone know where I should go to get a list of unix commands? I'm also a new user to unix/ redhat linux which I just loaded to my computer, but I'm having username and password problems confused ? (5 Replies)
Discussion started by: savagebeast
5 Replies

3. UNIX for Dummies Questions & Answers

user issues

Hi there, I'm a beginner with UNIX and have to manage a set of 15 users. The problem we have is that there are only 15 licenses for these users, so occasionally they get locked out and can't log back on. I've been using the ps -ef|grep command to check the users, as well as the w commnand,... (6 Replies)
Discussion started by: Lmm05
6 Replies

4. Shell Programming and Scripting

How to EDIT file using VI in a script

Hello, How would i go about editing a file using VI within a shell script please? Basically, i want to open a file, clear it's contents and save the file. I found this on the web using "ex" but can't seem to get it to work: ex /home/oconnor/TOOLS/UNIXCMDS/test_ex <<eof_ex dd /*i put... (2 Replies)
Discussion started by: bobk544
2 Replies

5. Shell Programming and Scripting

Telnetable script on a port

Hi, I have a fairly simple bash script that utilizes 1 argument and runs and display the results of this: unixCmd ${arg1} I'd like to run this script on a machine=myserver and attach to port 1234. When a user on another machine., runs telnet myserver 1234 Then the user types:... (3 Replies)
Discussion started by: ckmehta
3 Replies

6. Shell Programming and Scripting

passing arguments to unix command or script inside tclsh

hi everobody kindly consider the following in tclsh I understand that we can do the following %exec UnixCmd arg1 arg2 but if I assinged the arguments to a list insde tclsh how can I use them back i.e %set ArgList %exec UnixCmd %exec Unixcmd $list %exec all the... (1 Reply)
Discussion started by: Blue_shadow
1 Replies