GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GHOSTS(1) User Contributed Perl Documentation GHOSTS(1)

ghosts - provides a wrapper for the routines in SystemManagement::Ghosts

ghosts [OPTIONS] SYSTEMS

 SYSTEMS is a combination of ghost macros.  See --help for more details.

 -h, --help            Display full help

Parses the /etc/ghosts file for matching hosts. The first word of each line is the "hostname", and each other word on the line represents that host's membership in a given group. In the example below, there are two machines ("bilbo", "baggins") in the "prod" group, one ("tolkien") in the "e450" group, etc:

        # Macros
        sunprod=solaris^e450
        # Machines
        #
        # Name          Group           Hardware        OS
        bilbo           prod            intel           linux
        baggins         prod            e4500           solaris
        tolkien         devel           e450            solaris

Machine groups can be combined logically with the "+" and "^" characters to produce composite groups. For example:

        $ ghosts intel+e450
        bilbo tolkien
        $ ghosts prod^intel
        baggins

The gsh(1) command can be used to run remote SSH connections to hosts.

-h, --help
Displays this full help.
-g, --ghosts CONFIG_FILE
Uses the provided ghosts configuration file, instead of /etc/ghosts. This means /etc/ghosts will not be read at all.

"POSIX" "SystemManagement::Ghosts"

I bet.

/etc/ghosts

perl(1), gsh(1), SystemManagement::Ghosts(1)

Kees Cook <kees@outflux.net>

<http://www.outflux.net/>

Copyright (C) 1998-2014 Kees Cook <kees@outflux.net>

Supposedly based on original code distributed with Perl Distribution.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Revision: $Revision $
2015-06-19 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.