Next Previous Contents

3. COMMAND

The sysf commands all have a verbose name (like install) and a short abbreviation (like I) . Every command that actually modifies the system or the config files have an upper case abbreviation. Most other command have a lower case abbreviation but some have an upper case one. Both the command name and the abbreviation must be preceded with the - character.

3.1 HOSTS

The host on which the sysf command is executed is the default host. One can otherwise specify a host or a group of hosts on which to execute the command.

Groups are defined in the sysf.hosts file in the config directory. Group names must start with a Capital letter. The group name ALL should refer to all the known hosts.

For example sysf -h ritchie selects the host ritchie while sysf -h Sol2 selects the list of hosts members of the Sol2 group.

Multiple hosts can be entered in a coma separated list (which must not contain any space). So sysf COM -h kernighan,ritchie,pike executes the command COM on kernighan, ritchie and pike.

3.2 CONFIGS

The configuration names are listed in the sysf.conf file in the Config directory. At least one config file must be specified. They can also be specified by group (the second column in sysf.conf). The name ALL corresponds to all the config files.


Next Previous Contents