IMONTTY(8) Linux System Administration IMONTTY(8)NAME
imontty - display status of all ISDN lines
SYNOPSIS
imontty [ phonebook ]
DESCRIPTION
imontty displays the status of all ISDN lines. No options are supported. Read access to /dev/isdninfo is required.
It is possible to supply the name of a phonebook file. The phonebook file has the following format:
number<tab>name for number
The number must be the first thing on the line (no leading spaces). The name is separated from the number by a tab. Lines beginning with
# are ignored, as are empty lines.
The output is similar to this:
ISDN channel status:
Channel Usage Type Number
----------------------------------------------------------
line0 Out Net 0204229700
line0 Off
Usage is one of Off(line), Out(going), In(coming) or Excl(usive).
Type is one of raw (raw device), Modem (modem/tty emulation), Net (IP interface), Voice (voice call) or Fax (fax transmission).
Number is either the called party's number (outgoing) or the calling party number (incoming).
AUTHOR
Volker Gotz volker@oops.franken.de
manpage adapted from the README by Paul Slootman <paul@isdn4linux.de>
SEE ALSO imon(8)isdn4k-utils-3.1pre4 2000/03/13 IMONTTY(8)
Check Out this Related Man Page
IMON(8) Linux System Administration IMON(8)NAME
imon - watch ISDN activities
SYNOPSIS
imon [ -q] [-p phonebook]
DESCRIPTION
imon is a ncurses based utility for watching ISDN activity.
OPTIONS -q If this option is given, the facility of terminatig the program by pressing 'Q' is disabled and the signals SIGHUP and SIGINT are
caught. This option is intended for starting imon from within an rc script with redirecting input/output to some otherwise unused
virtual console at boot time.
-p phonebook
is used to supply imon with a phonebook file. The format of a phonebook file is very simple: Every line has two elements separated by
a TAB. The first element is a phone number which can contain wildcards. The second element is a descriptive string. For each active
connection, this string is shown instead the phone number. Pressing 'S' toggles between display of strings and phone numbers. Pressing
'R' rereads the phonebook file in case of changes during program execution.
AUTHOR
Fritz Elfert <fritz@isdn4linux.de>
SEE ALSO ttyI(4), isdnctrl(8), isdninfo(4).
isdn4k-utils-3.13 1999/09/06 IMON(8)
I need to use bash to convert sentences where all words start with a small letter into one where all words start with a capital letter.
So that a string like:
are utilities ready for hurricane sandy
becomes:
Are Utilities Ready For Hurricane Sandy (10 Replies)
Hi
I am new to this forum.
Any please help me to capture ctrl x and ctrl y via a bash script.
and please tell me how to clear the prompt via bash script
BR
Ramukumar M (4 Replies)
I have an Oracle Linux 7.1 vsphere host built. It's be preconfigured with our security configurations.
What I would like to do is unconfigure this host. Then set the host to do firstboot --reconfigure.
how do I do that using /etc/sysconfig/firstboot?
I've tried setting
... (10 Replies)
i know from the command line, the symbol $_ is used to get the last command that was run.
however, id like to replicate this within a script.
meaning, how do i do something like this:
#!/bin/sh
ps -ef | egrep talling
StoreThisLastCommandA=$_
awk '/error/ {print $3}' /tmp/test... (5 Replies)
hi folks,
how to using tar with exclude directory and compress it using tar.Z
i only know how to exclude dir only with this command below:
tar -cvf /varios/restore/test.tar -X excludefile.txt /jfma/test1/
how to compress it using 1 command?
Thanx
Please use CODE tags as... (6 Replies)
Quite an obscure question I think.
We have a rebuild process for remote sites that allows us to PXE rebuild a till (actually a PC with a touch screen and various fancy bits) running CentOS. The current CentOS5 tills work just fine with a tar image restore and some personalisation. Sadly,... (4 Replies)
Hello All,
I had recently learnt a bit of Docker(which provides containerization process).
Here are some of my learning points from it.
Let us start first with very basic question:
What is Docker:
Docker is a platform for sysadmins and developers to DEPLOY, DEVELOP and RUN applications ... (7 Replies)
Hi Folks,
I feel that I should be posting this in the Unix for Dummies Forum and will probably wish I'd created an account and done just that - but here goes anyway.
I have two identical servers both Dell R430's both running RedHat Enterprise Server 7.4 and the same kernel, both have the same... (16 Replies)
Hi,
What is installation package and how to create it?
When we run:
in AIX:
installp package1
or
in Linux
rpm -ivh mypackage
What is package1 or mypackage in the abov examples and how to create them and deploy them?
I hope my question is clear enough.
Thank you (2 Replies)
What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file.
# When the shell exits, append to the history file instead of overwriting it
shopt -s histappend (3 Replies)
After the success of the jq - tool for parsing and manipulating JSON-Data someone wrote a tool called yq, which aims to be the same for YAML, what jq is for JSON. Seems to work fine. I'll definitely give it a chance in future.
Example YAML-File:
--- !ruby/object:Puppet::Node::Facts
... (1 Reply)