Use > Server Automation > SA Global Shell > Global Shell examples > Browsing a server’s file system or registry

Browsing a server’s file system or registry

List all of the files the C:\ Program Files directory of the Windows server named abc.opsware.com:

cd /opsw/Server/@/abc.opsware.com/files/Administrator
ls C/Program\ Files

 

List the registry keys of the abc.opsware.com server:

cd /opsw/Server/@/abc.opsware.com/registry/\ Administrator/
ls *
 

List the contents of the /var directory on the UNIX server named m256.opsware.com:

/opsw/Server/@/m256.opsware.com/files/root
ls var