Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vsig(1f) [xfree86 man page]

vsig(1F)							   FMLI Commands							  vsig(1F)

NAME
vsig - synchronize a co-process with the controlling FMLI application SYNOPSIS
vsig DESCRIPTION
The vsig executable sends a SIGUSR2 signal to the controlling FMLI process. This signal/alarm causes FMLI to execute the FMLI built-in command checkworld which causes all posted objects with a reread descriptor evaluating to TRUE to be reread. vsig takes no arguments. EXAMPLES
Example 1: A sample output of vsig command. The following is a segment of a shell program: echo "Sending this string to an FMLI process" vsig The vsig executable will flush the output buffer before it sends the SIGUSR2 signal to make sure the string is actually in the pipe created by the cocreate function. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWesu | +-----------------------------+-----------------------------+ SEE ALSO
coproc(1F), kill(1), kill(2), signal(3C), attributes(5) NOTES
Because vsig synchronize with FMLI, it should be used rather than kill to send a SIGUSR2 signal to FMLI. SunOS 5.10 5 Jul 1990 vsig(1F)

Check Out this Related Man Page

vsig(1F)							   FMLI Commands							  vsig(1F)

NAME
vsig - synchronize a co-process with the controlling FMLI application SYNOPSIS
vsig DESCRIPTION
The vsig executable sends a SIGUSR2 signal to the controlling FMLI process. This signal/alarm causes FMLI to execute the FMLI built-in command checkworld which causes all posted objects with a reread descriptor evaluating to TRUE to be reread. vsig takes no arguments. EXAMPLES
Example 1 A sample output of vsig command. The following is a segment of a shell program: echo "Sending this string to an FMLI process" vsig The vsig executable will flush the output buffer before it sends the SIGUSR2 signal to make sure the string is actually in the pipe created by the cocreate function. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWesu | +-----------------------------+-----------------------------+ SEE ALSO
coproc(1F), kill(1), kill(2), signal(3C), attributes(5) NOTES
Because vsig synchronize with FMLI, it should be used rather than kill to send a SIGUSR2 signal to FMLI. SunOS 5.11 5 Jul 1990 vsig(1F)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to synchronize all the linux machine?

Hi, I have three Linux machine have three different times. Can I synchronize them using one process? I have root access. Thanks! (1 Reply)
Discussion started by: whatisthis
1 Replies

2. Programming

FMLI on Suse

Anyone knows a FMLI package for Suse? I have bunch of screens, menu and lists on FMLI and, as much as I know, There is no FMLI facility on Suse. Any better suggestion than converting all of them in Shell script? :confused: (2 Replies)
Discussion started by: Marcos Brito
2 Replies

3. Programming

synchronize two processes

i am trying to synchronize between father process and son process created by fork() command, to print simultaneously. my program is written in c under bash shell. the compile goes ok but when i try to run nothing happens and the program doesnot end. my code is: #include <stdio.h>... (1 Reply)
Discussion started by: emil2006
1 Replies

4. UNIX for Dummies Questions & Answers

Sending output of one command to several others?

I know how I can pipe any output to another command thats easy |. What i'm trying to do is send several addresses to the same command over and over again. Essentially what I want to do is do an nslookup on an address and then take the resulting IP(s) and send each of those IP's to another... (2 Replies)
Discussion started by: MrEddy
2 Replies

5. UNIX for Advanced & Expert Users

To reread a file in unix

hi, How to reread a config file in aix. can any one help on this query. thanks. (3 Replies)
Discussion started by: mksdhaya
3 Replies