Next Previous Contents

3. The sysf.cf File

The file /etc/sysf.cf defines some global parameters. Each line defines a parameters and is of the format

 PARAM = VALUE;
The values set in the file overwrite the defaults values but can be overwritten themselves by parameters sets in the sysf argument list. Entries that are missing take their default value.

The valid parameters are:

Example:

config_dir = /usr/local/sys/config;
config_file = sysf.conf;
shell = ssh;
rsh_com = /usr/bin/rsh;
ssh_com = /usr/bin/ssh;
mail_com = /bin/mail;
check_sum = md5;


Next Previous Contents