Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pand(1) [centos man page]

BlueZ(1)							   User Commands							  BlueZ(1)

NAME
pand - BlueZ Bluetooth PAN daemon DESCRIPTION
The pand PAN daemon allows your computer to connect to ethernet networks using Bluetooth. SYNPOSIS
pand <options> OPTIONS
--show --list -l Show active PAN connections --listen -s Listen for PAN connections --connect -c <bdaddr> Create PAN connection --search -Q[duration] Search and connect --kill -k <bdaddr> Kill PAN connection --killall -K Kill all PAN connections --role -r <role> Local PAN role (PANU, NAP, GN) --service -d <role> Remote PAN service (PANU, NAP, GN) --ethernet -e <name> Network interface name --device -i <bdaddr> Source bdaddr --nosdp -D Disable SDP --encrypt -E Enable encryption --secure -S Secure connection --master -M Become the master of a piconet --nodetach -n Do not become a daemon --persist -p[interval] Persist mode --cache -C[valid] Cache addresses --pidfile -P <pidfile> Create PID file --devup -u <script> Script to run when interface comes up --devdown -o <script> Script to run when interface comes down --autozap -z Disconnect automatically on exit SCRIPTS
The devup/devdown script will be called with bluetooth device as first argument and bluetooth destination address as second argument. PAN daemon February 2003 BlueZ(1)

Check Out this Related Man Page

BlueZ(1)							   User Commands							  BlueZ(1)

NAME
dund - BlueZ Bluetooth dial-up networking daemon DESCRIPTION
DUN daemon SYNOPSIS
dund <options> [pppd options] OPTIONS
--show --list -l Show active DUN connections --listen -s Listen for DUN connections --dialup -u Listen for dialup/telephone connections --connect -c <bdaddr> Create DUN connection --mrouter -m <bdaddr> Create mRouter connection --search -Q[duration] Search and connect --kill -k <bdaddr> Kill DUN connection --killall -K Kill all DUN connections --channel -C <channel> RFCOMM channel --device -i <bdaddr> Source bdaddr --nosdp -D Disable SDP --auth -A Enable authentification --encrypt -E Enable encryption --secure -S Secure connection --master -M Become the master of a piconet --nodetach -n Do not become a daemon --persist -p[interval] Persist mode --pppd -d <pppd> Location of the PPP daemon (pppd) --msdun -X [timeo] Enable Microsoft dialup networking support --activesync -a Enable Microsoft ActiveSync networking --cache -C [valid] Enable address cache DUN daemon February 2003 BlueZ(1)
Man Page

12 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script to AutoKill PIDs of LOGED in Active User

:confused: Hi i am trying to make a script through which i can get the total number of User and their PID after that kill all Users except the one by which i am currently logged in. (i m using SCO UNIX 5.06) # id of current usre < total number of current user USR=`who -u |wc -l` # id of... (2 Replies)
Discussion started by: aafflatoon
2 Replies

2. Shell Programming and Scripting

Log Search Script

Hi, I am trying to write a script to search a log- IPaddress being the search criteria, I would ideally like the script to ask the ipaddress Enter IP address - 244.258.27.225 And the ideal result would be for the script to get all the entries in the log file for a particular IP address,... (3 Replies)
Discussion started by: fuzion.hyd
3 Replies

3. UNIX for Dummies Questions & Answers

Chemist Needs Help

Hello All I am a chemist and really dont know too much about programming but here goes. Essentially I need to create a script that I can run which will do the following. Create a file where the first four lines are a set of commands that are the same for all the files. E.g ln1: comment... (40 Replies)
Discussion started by: gingburg
40 Replies

4. Shell Programming and Scripting

Kill connection and try again

I have a pretty hefty script that does some SSHing to different boxes. It's a pain in the butt if it gets so far and fails to connect to the last box. Is there a way of timing out on an ssh if it fails to connect and retrying? pseudo code: ssh $user@$server "dosomething; dosomethingelse"... (2 Replies)
Discussion started by: mrwatkin
2 Replies

5. Shell Programming and Scripting

Script to Kill a Process by Name...

Hello all... new to these forums and a bit of a newbie with linux aswell. I need to figure out how to write a shell script to kill a process by name as given to the script as an argument. I've got that part working OK, but i need to make sure that the script does not allow processes that are... (6 Replies)
Discussion started by: cannon1707
6 Replies

6. Shell Programming and Scripting

Script which uses “kill -9” command

i have one script which uses “kill -9” command. That prevents from getting the process core dumps. Apparently once tomcat lands in a confused state, we seem to have no other option, other than Kill -9. is there any other way to get rid of this. Script: sleep 2 PID=`ps -ef | grep "^tomcat... (3 Replies)
Discussion started by: Amrutayan09
3 Replies

7. Shell Programming and Scripting

How to use LOOP in Unix Script?

Hi Unix Gurus, I need your help in below mentioned problem: $input_file -----> This file has number of SELECT COUNT(*) statements. Ther could be 1 statement or more than 1, it is not fixed. I need to implement the following logic..... for i in `cat $input_file` do calculate count of... (9 Replies)
Discussion started by: ustechie
9 Replies

8. Red Hat

Fedora startup script help

Can someone please tell me how to run a fedora startup script? I read these guides and tried to do what they said with no luck. Create a Startup Script Custom Startup Script | Open Source Club at Ohio State University This is what I put in my startup script. #!/bin/bash # chkconfig:... (6 Replies)
Discussion started by: cokedude
6 Replies

9. Shell Programming and Scripting

Kill a PID using script

Hi, I wrote a script to kill a process id. I am able to kill the PID only if I enter the root password in the middle of the execution because I did not run as root i.e after i run the script from the terminal, instead of killing directly, it is killing only after entering the pass when it... (12 Replies)
Discussion started by: rajkumarme_1
12 Replies

10. Shell Programming and Scripting

Script to Kill process which is in hang state

Hi, Can anyone help to create a script that will kill the process which is in hang state. (1 Reply)
Discussion started by: A.Santhosh
1 Replies

11. Shell Programming and Scripting

Pass Arguments to Command from Shell Script

Hi all, I am working on a project, in which I have to connect to Bluetooth low energy device. I am able to connect and do data transfer from command line. But I want to do from script Here is my script #!/bin/bash #sudo hcitool -i hci0 lescan sleep 1 sudo hcitool -i hci0 lecc --random... (8 Replies)
Discussion started by: nithin@embdes
8 Replies

12. Shell Programming and Scripting

PAN card validation using UNIX

Please help me to validate PAN card using unix ---------- Post updated at 03:06 AM ---------- Previous update was at 02:21 AM ---------- 1) The first three letters are sequence of alphabets from AAA to zzz 2) The fourth character informs about the type of holder of the Card. Each assesse... (1 Reply)
Discussion started by: suryanarayana
1 Replies