start of change

lssmbcmnt Command

Purpose

Lists the Server Message Block (SMB) client mount points that are defined in the /etc/filesystems file.

Syntax

lssmbcmnt [-c | -l | -p] [FileSystem]

Description

The lssmbcmnt command lists the specified SMB client mount points that are defined in the /etc/filesystems file.

Flags

-c
Displays the SMB client mount points in a colon-delimited format.
-l
Displays the SMB client mount points in standard format in which each field is separated by white space. This is the default setting.
-p
Displays the SMB client mount points in a pipe-delimited format.

Parameters

FileSystem
Displays the characteristics of the specified SMB client file system. If you do not specify this parameter, all SMB client file systems are displayed.

Exit status

0
The command completed successfully.
>0
An error occurred.

Example

  • To list all SMB client mount points that are defined in the /etc/filesystems file, enter the following command:
    lssmbcmnt
  • To list all SMB client mount points in colon-delimited format, enter the following command:
    lssmbmnt -c
  • To list SMB client file system entry for SMB client mount point, /mnt, enter the following command:
    lssmbmnt /mnt

Location

/usr/sbin/lssmbcmnt

end of change