Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nwmsg(8) [suse man page]

NWMSG(8)							       nwmsg								  NWMSG(8)

NAME
nwmsg - Deliver NetWare user broadcast messages SYNOPSIS
nwmsg mount-point DESCRIPTION
nwmsg is called by kerneld when a broadcast message arrives from a NetWare server. nwmsg fetches this message via the mount point and delivers it to the user using the same way write(1) uses. Please note that kerneld must run when broadcast messages should be delivered to users. NetWare servers can send asynchronous broadcast messages to users, either on explicit request by another user, or when the server is shut- down. The client workstation is informed about this event by an IPX packet on a special socket, the message socket. This can happen at any time, so the user has to be informed about this event whenever it appears. I chose to use the kerneld feature of the Linux kernel to call the program nwmsg. For nwmsg, I used the relevant parts of the write program, so you can expect the NetWare broadcast messages to appear where user messages would appear. SEE ALSO
ncpmount(8), kerneld(8), write(1) nwmsg 02/29/1996 NWMSG(8)

Check Out this Related Man Page

PQLIST(1)							      pqlist								 PQLIST(1)

NAME
pqlist - List available NetWare print queues SYNOPSIS
pqlist [ -h ] [ -S server ] [ -U user name ] [ -P password | -n ] [ -C ] [ pattern ] DESCRIPTION
pqlist lists all the NetWare print queues available to you on some server. If you are already connected to some server, this one is used. If pqlist does not print to a tty, the decorative header line is not printed, so that you can count the printing queue available on your server by doing pqlist -S server | wc -l pqlist looks up the file $HOME/.nwclient to find a file server, a user name and possibly a password. See nwclient(5) for more information. Please note that the access permissions of .nwclient MUST be 600, for security reasons. OPTIONS
pattern pattern is used to list only selected queues. You can use wildcards in the pattern, but you have to be careful to prevent shell inter- pretation of wildcards like '*'. -h -h is used to print out a short help text. -S server server is the name of the server you want to use. -U user name If the user name your NetWare administrator gave to you differs from your unix user-id, you should use -U to tell the server about your NetWare user name. -P password You may want to give the password required by the server on the command line. You should be careful about using passwords in scripts. -n -n should be given to mount shares which do not require a password to log in. If neither -n nor -P are given, pqlist prompts for a password. -C By default, passwords are converted to uppercase before they are sent to the server, because most servers require this. You can turn off this conversion by -C. SEE ALSO
nwclient(5), nprint(1), slist(1), ncpmount(8), ncpumount(8) CREDITS
pqlist was written by Volker Lendecke (lendecke@math.uni-goettingen.de) pqlist 01/10/1996 PQLIST(1)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Shell script to run command + compare values and post a warning message.

Hi all, I am trying to create shell script to run command then compare values with rule set for every 5 seconds and post a warning message if the compared value meet the rules. -the script is related to Oracle/Sun product messaging server 6.2 1) command that need to be run to gather... (2 Replies)
Discussion started by: Mr_47
2 Replies

2. Shell Programming and Scripting

Shell script to search all entries from 1 file to all other separated files.

Hi, I am trying to create a shell script in unix platform, hence will need info on how to start and any ideas from you guys. million thx. Objective: Shell script to search all entries from 1 file(a.out) to all other files and extract the search output to 1 file (c.out). Situation, 1)... (8 Replies)
Discussion started by: Mr_47
8 Replies