ChorusOS 5.0 System Administrator's Guide

Listing a Feature

You can check the value of a feature as follows:


% configurator -list features feature_name 

The output lists the feature and its status. If you omit feature_name, all features are displayed:


% configurator -list features

SEM:bool='true'
EVENT:bool='true'
RTMUTEX:bool='false'
TIMER:bool='true'
VTIMER:bool='false'
DATE:bool='true'

You can list a feature in greater detail with the -info option:


% configurator -info features feature_name 

The output lists the feature, its status, possible values and its description. For example:


% configurator -info features NFS_SERVER

NFS_SERVER:bool='false'
Possible values: true|false
Description: NFS server access from target machine