Sponsored Content
The Lounge War Stories Data Centre meets Vacuum Cleaner Post 303014218 by joeyg on Wednesday 7th of March 2018 10:44:39 AM
Old 03-07-2018
Or, moral of the story, make sure buttons have the cover in place to prevent accidental bumping.
This User Gave Thanks to joeyg For This Post:
 

6 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

The HP-UX Porting and Archive Centre

If you're looking for an easy source of free software for HP-UX, look no further. A consortium of major universities and HP user groups have banded together and operate what is simply the finest free software site in existence. The world's best HP-UX software engineers have ported each package... (0 Replies)
Discussion started by: Perderabo
0 Replies

2. Solaris

Sun Management Centre

Hi Guys, Does anyone ever use Sun MC before? If yes, can u share with me how to do the installation. Thanks (1 Reply)
Discussion started by: raziayub
1 Replies

3. Shell Programming and Scripting

Cleaner method for this if-then statement?

I have a script that runs once per month. It performs a certain task ONLY if the month is January, April, July, or October. MONTH=`date +%m` if || || || ; then do something else do a different thing fi Is there a neater way of doing it than my four separate "or" comparisons? That... (2 Replies)
Discussion started by: lupin..the..3rd
2 Replies

4. Shell Programming and Scripting

Cleaner way to use shell variable in awk /X/,/Y/ syntax?

$ cat data Do NOT print me START_MARKER Print Me END_MARKER Do NOT print me $ cat awk.sh start=START_MARKER end=END_MARKER echo; echo Is this ugly syntax the only way? awk '/'"$start"'/,/'"$end"'/ { print }' data echo; echo Is there some modification of this that would work? awk... (2 Replies)
Discussion started by: hanson44
2 Replies

5. Shell Programming and Scripting

A cleaner way to rearrange column

Hello, I have some tab delimited text data, index name chg_p chg_m 1 name,1 1 0 2 name,2 1 1 3 name,3 1 0 4 name,4 1 0 5 name,5 1 1 I need to duplicate the "index" column, call it "id" and insert it after the... (8 Replies)
Discussion started by: LMHmedchem
8 Replies

6. Shell Programming and Scripting

Maybe a cleaner way to generate a file?

greetings, to be clear, i have a solution but i'm wondering if anyone has a cleaner way to accomplish the following: the variable: LSB_MCPU_HOSTS='t70c7n120 16 t70c7n121 16 t70c7n122 16 t70c7n123 16 t70c7n124 16 t70c7n125 16 t70c7n126 16 t70c7n127 16 t70c7n128 16 t70c7n129 16 t70c7n130 16... (2 Replies)
Discussion started by: crimso
2 Replies
Data(4) 						     Kernel Interfaces Manual							   Data(4)

NAME
Data - Contains data to be sent to remote systems SYNOPSIS
/usr/spool/uucp/LocalSystemName/D.SystemNamexxxx### DESCRIPTION
Data (D.*) files contain the data to be sent to remote systems by the uucp uucico daemon. The full pathname of a data file is a form of the following: /usr/spool/uucp/SystemName/D.SystemNamexxxx### where the SystemName directory and the SystemName portion of the file name indicate the name of the remote system. The xxxx### notation is the hexadecimal sequence number of the Command (C.*) file associated with that data file; for example, D.venus471afd8. After a set period of time (specified by the uusched daemon), the uucico daemon transfers the data file to the designated system. It places the original data file in a subdirectory of the uucp spooling directory named /usr/spool/uucp/SystemName, where the SystemName directory is named for the computer that is transmitting the file, and creates a Temporary (TM.*) file to hold the original data file. After receiving the entire file, the uucp program takes one of three actions: If the file was sent with the uucp command and there were no transfer problems, the program immediately renames the TM.* file with the appropriate data filename, such as D.venus471afd8, and sends it to the specified destination. If the file was sent with the uuto command, the uucp program also renames the temporary data file with the appropriate D.* filename. It then places the data file in the public directory /usr/spool/uucppublic, where the user receives the data file and handles it with one of the uupick command options. If there were transfer problems (such as a failed login or an unavailable device), the temporary data file remains in the spooling subdirectory. The uudemon.cleanu command, a shell script, removes these files automatically at specified intervals, or they can be removed manually. FILES
Describes accessible remote systems Contains uucp command, data, and execute files Contain instructions for file transfers Store data files temporarily after they have been transferred to a remote system Contain files that the uucp program has transferred RELATED INFORMATION
Daemons: uucico(8), uusched(8), uuxqt Commands: uucp(1), uupick(1), uuto(1), uux(1), uudemon(4) delim off Data(4)
All times are GMT -4. The time now is 08:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy