ChorusOS 4.0 Introduction

Listing a Feature

You can check the value of a feature as follows:


% configurator -list feature feature_name 

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


% configurator -list feature

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 feature feature_name 

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


% configurator -info feature NFS_SERVER

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