Software >> OS >> Unix >> Solaris >> 11 >> How to check a particular property of a service in SMFto list all properties for a service # svcprop FMRI to show specific property value for # svcprop -p 'property-string' FMRI example # svcprop -p 'config/fastreboot_default' 'system/boot-config/default' # svcprop -p 'config/fastreboot_onpanic' 'system/boot-config/default'
|