BEL(1)BEL(1)NAME
bel - open a shell or execute a command on a remote computer through several machines
SYNOPSIS
bel [-e file] [-s file] [-d delay]
DESCRIPTION
bel generates a script allowing the user to open a shell or execute a command on a remote computer through several machines. In order to
generate the script, the user gives the paths to the different machines until the final one is reached. Several paths may be specified in a
single entry file or through the standard input.
OPTIONS -e, --entree=FILE
Provide the necessary information to establish the tunnel between the source and the final computer.
-s, --repertoire-sortie=DIRECTORY
The directory where you want to put the generated scripts.
-d, --delai=SECONDS
Delay to wait before each sent command, in seconds.
AUTHOR
Carl Chenet <chaica@ohmytux.com[]>
RESSOURCES
Belier homepage : http://www.ohmytux.com/belier
LICENSE
Copyright (C) <2009> <Carl Chenet>This program is free software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, either version 3 of the License or any later version. This program is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public
License along with this program. If not, see <http://www.gnu.org/licenses/>.
05/16/2009 BEL(1)
Check Out this Related Man Page
BEL(1)BEL(1)NAME
bel - open a shell or execute a command on a remote computer through several machines
SYNOPSIS
bel [-e file] [-s file] [-d delay]
DESCRIPTION
bel generates a script allowing the user to open a shell or execute a command on a remote computer through several machines. In order to
generate the script, the user gives the paths to the different machines until the final one is reached. Several paths may be specified in a
single entry file or through the standard input.
OPTIONS -e, --entree=FILE
Provide the necessary information to establish the tunnel between the source and the final computer.
-s, --repertoire-sortie=DIRECTORY
The directory where you want to put the generated scripts.
-d, --delai=SECONDS
Delay to wait before each sent command, in seconds.
AUTHOR
Carl Chenet <chaica@ohmytux.com[]>
RESSOURCES
Belier homepage : http://www.ohmytux.com/belier
LICENSE
Copyright (C) <2009> <Carl Chenet>This program is free software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, either version 3 of the License or any later version. This program is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public
License along with this program. If not, see <http://www.gnu.org/licenses/>.
05/16/2009 BEL(1)
Hello,
I've just finished my first script (about displaying open ports on the computer and who opened them) and everything is fine with it but I want to style it a little bit just for the sake of learning how to do this.
What I want to do is make the display like the one of ps, for example,... (6 Replies)
Hey all,
I am haivng n number of files all of them are of the same format but different details. i.e
File1 is having the folloeing details:
"Account1",123
"Account2",10
"Account3",12355
"Accountn",555
File2 is having the folloeing details:
"Account1",1234
"Account2",100... (5 Replies)
To perform a black box testing and get users' feedback, we are planning to deploy a script in a common location and ask users to execute the script. However we do not want them to have a look at the script until the testing is done. I know this is against the open source concept, but it will be for... (7 Replies)
Dear all,
Where can i find documentation on how to access a remote computer using a perl script? I search to the internet but i can not find something straightforward to this issue.
Which is the easiest way to do that?
What i would like to do is to access a remote computer access a directory... (5 Replies)
what i need is that after passwordless enter another program should execute. I can succeed passwordless login but ı could not execute (./son) program. pls help me (6 Replies)
Hello All
I need a script or set of commands which can establish a remote connection with another server and execute some scripts over there. Basically it has to establish the connection with the remote server as an user ,say 'testuser' and then execute the script 'testscript'. and return the... (5 Replies)
My auntie told me that she has been suspecting that her little kids are looking at some "illegal" sites online. She put a free web blocker on the computer, but they might be finding loopholes. She wanna install some child-control program to see what's going on. There are so many since I searched... (5 Replies)
1. The problem statement, all variables and given/known data:
Write a Shell script to automatically check that a specified user is logged in to the computer.
The program should allow the person running the script to specify the name of the user to be checked, the frequency in seconds at... (5 Replies)
Hi,
I am trying to export the data to an .ixf file.
I have read the table names from a .dat file and those table name should be passed to the select * from schema.TABLENAME query .
I am trying the below loop
while read TABLE; do
db2 EXPORT TO ~/data_export/$TABLE.ixf OF IXF MESSAGES... (5 Replies)
Hello,
i have 10 machines, machine A execute this script:
This is my script:
nb_lignes=`wc -l $1 | cut -d " " -f1`
for i in $(seq $(($nb_lignes - 1)) )
do
machine=`head $1 -n $i | tail -1`
machine1=`head $1 -n $nb_lignes | tail -1`
ssh root@$machine -x " scp /home/file.txt... (7 Replies)
HI Folks,
Sorry for this basic confusion but please help me.
i want to execute one script at 9pm today. i want make this as schedule so it can execute automatically.
So am doing like this.
21 10 24 4 <here what can i keep) /tmp/stemp/testcron.ksh
Can you please help on this?
... (6 Replies)
Hi Experts,
I have one script which I have to run on multiple servers.
One way is to keep that script on every unix box and run it. I am looking for some best practise to do it. Like remotly login to the server using credentials and execute the script.
below is the snippet from the... (7 Replies)