coolcommands.com - the search engine for unix sysadmins :: unix commands and scripts
Sunday May 27, 2012


 Home
 Search
 Advanced Search
 Category Search
 Affiliates
 Acknowledgements
 Cool Links

Username

Password

Remember me
Forgot your password?
Create an account

Who's Online
We have 22 guests online

Newest Member

beyondimagem

Hit Counter
9133536 Visitors

cool Statistics
coolcommands:1330
Categories:83
Total queries:595500
Members:16437





Category Search coolcommands.com
Select Category:


coolcommand

how to create a named pipe
Description

How to create anamed pipe so that you can for example, export and compress the dumpfile of a database on the fly:

# mknod file.dmp p

# exp file.dmp &

# cat file.dmp | compress -c - > exp file.dmp.Z

# rm file.dmp
Example

mknod file.dmp p; exp file.dmp &; cat file.dmp | compress -c - > exp file.dmp.Z; rm file.dmp

Return to search results

Random coolcommands

coolcommand: how to recover from an invalid or no boot device error in AIX
Example: lslv -m hd5; ln /dev/rhdisk4 /dev/ipldevice; bosboot -ad /dev/ipldevice
[show me the details]
coolcommand: mppUtil - how to use the RDAC (MPP) utility to display the maximum number of array modules
Example: mppUtil -m
[show me the details]
coolcommand: how to list the SUMA task default setting in AIX 5L
Example: suma -D
[show me the details]
coolcommand: smc - how to start the Solaris Management Console gui
Example: /usr/sbin/smc
[show me the details]

coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts



FREE
myPMS

Password
Management
System

by

LVOware.com




Top 5 Submitters

lvo1152
audet37
kah00na32
Mariom24
lebjf00014

Top 5 Searches

Category Solaris49379
Category AIX46267
Category General UNIX43933
solaris22927
aix22116

Terms of Use
Privacy
Contact


 
coolcommands.com © 2012. All Right Reserved.
Programming by PRATTICO Consulting . Hosting by Apricusum