Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rsattach(8) [debian man page]

RSATTACH(8)						   Linux System Managers Manual 					       RSATTACH(8)

NAME
rsattach - Start a Rose interface SYNOPSIS
rsattach [-i inetaddr] [-v] port DESCRIPTION
Rsattach takes many of the parameters for the port from the rsports(5) file. The port argument is the name of a port as given in the rsports(5) file. Rsattach tries to find the free Rose device in the system. The device name checked is rose0. If no free Rose device is available an error is generated and the program terminates. OPTIONS
-i inetaddr Set the internet address of the interface. This address may either be a dotted decimal address or a host name. -v Display the version. SEE ALSO
rose(4), rsparms(4), rsports(5), ifconfig(8). BUGS
The program can be run many times with the same arguments creating many instances of the same attributes on different devices. Not a good idea. AUTHOR
Jonathan Naylor G4KLX <g4klx@g4klx.demon.co.uk> Linux 27 August 1996 RSATTACH(8)

Check Out this Related Man Page

ROSE(4) 						     Linux Programmer's Manual							   ROSE(4)

NAME
AF_ROSE - Rose amateur packet radio protocol family DESCRIPTION
Rose is a protocol used extensively by radio amateurs. The Linux Rose protocol family permits access to these protocols via the standard networking socket metaphor. The Rose protocol layer only supports connected mode. The only mode of operation is connected mode which is the mode used for a socket of type SOCK_SEQPACKET (stream sockets are not available in Rose). This requires that the user ensures output data is suitably packetised, and that input data is read a packet at a time into a buffer of suitable size. Rose addresses consist of 10 digits. These are encoded into a sockaddr_rose structure which is provided to the relevant system calls. Rose has some unusual properties. Notably in a multi-user system an AX.25 address is often associated with a user, and some users may not have such an association. a set of ioctl calls are provided to manage an association table. Rose supports the following socket options for SOL_ROSE. ROSE_T1 is the T11/T21 timer in 1/10ths of a second, ROSE_T2 is the T12/T22 timer in 1/10ths of a second. ROSE_T3, is the T13/T23 timer in 1/10ths of a second. It is possible for an application to request that the Rose layer return the Rose header as well as the application data, this is done via the ROSE_HDRINCL socket option. SEE ALSO
call(1), socket(2), setsockopt(2), getsockopt(2), rsports(5), rsparms(8). AUTHOR
Jonathan Naylor G4KLX <g4klx@g4klx.demon.co.uk> Linux 27 August 1996 ROSE(4)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to know whether particular port number is free or not

I wish to know whether a particular port is free or not in my SUN solaris SPARC machine . I wish to use that particular port for one server software. How do I know that. (2 Replies)
Discussion started by: Hitesh Shah
2 Replies

2. UNIX for Dummies Questions & Answers

finding text in a file

How do i find text string in a file if i have no idea where the file is? What I am trying to do is find an email address in a file and have no idea where the file is. Thanks (5 Replies)
Discussion started by: §ynic
5 Replies

3. Shell Programming and Scripting

Any idea on 3 Octet IP address ?

(4 Replies)
Discussion started by: jambesh
4 Replies

4. Red Hat

Ip address of Linux server

Hi, How to find ip address of Linux servers ? I know by ping command we can find ip address but wanted to check with you. Thanks, Maddy (5 Replies)
Discussion started by: Maddy123
5 Replies

5. Shell Programming and Scripting

Help with sort in Linux

Hi everyone, I have a text file with this following format: w m a c G + V b y + d f e t I'd like to sort it to a file with the following format (same number of lines, same number of fields, but all fields are sorted alphabetically) G V a b c + d e f + m t w y I... (7 Replies)
Discussion started by: roseriver
7 Replies