HP CIFS Client A.02.02 Administrator's Guide

Installing, Configuring, and Using the HP CIFS Client
Using the HP CIFS Client
Chapter 2 33
This succeeds. you can use cifslist command to verify the results.
The cifslist command without any option displays servers with
shares and mountpoints information, it uses the \\server\share
format for mounted objects.
$ cifslist
Mounted Object Mountpoint State
-------------------------------------------------------------
\\buildsys\source /home/devl/source M
=============================================================
Server Local User Remote User Domain State
-------------------------------------------------------------
buildsys joe joe L
If you use the cifslist -x command to verify the results, the
output shows servers with shares and mountpoints information
using UNIX format: server:/share for mounted objects.
$ cifslist -x
Mounted Object Mountpoint State
-------------------------------------------------------------
buildsys:/source /home/devl/source M
=============================================================
Server Local User Remote User Domain State
-------------------------------------------------------------
buildsys joe joe L
$ cd /home/dev1/source
This succeeds because of the cifslogin above.
Using the example above (source is mounted and user joe is
authenticated on buildsys), a user named lucy accesses the mount as
follows:
$ cifslogin buildsys lucy
Remote user lucy’s password: *****
You can use the cifslist command to verify results: