man pages section 1M: System Administration Commands

Exit Print View

Updated: July 2014
 
 

smbiod(1M)

Name

smbiod, smbiod-svc - SMB client I/O daemon

Synopsis

/usr/lib/smbfs/smbiod
/usr/lib/smbfs/smbiod-svc

Description

smbiod and smbiod-svc are internal components of the SMB client. They have no external, customer-accessible interfaces. For more information about the SMB client, see the mount_smbfs(1M) man pages.

smbiod-svc is run by the SMF service, svc:/network/smb/client:default, and starts and manages the smbiod processes that are required by the SMB client.

smbiod is started by smbiod-svc, which runs as a separate process for each user who requests SMB client connections. These smbiod processes continue to run until the owning user no longer has any SMB client connections.

Files

/usr/lib/smbfs/smbiod

SMB I/O daemon.

/usr/lib/smbfs/smbiod-svc

SMF service program.

/var/run/smbiod/.svc

File on which smbiod-svc instantiates a door.

/var/run/smbiod/$UID

File on which a user's smbiod process instantiates a door. $UID is the numeric representation of the owner's user ID.

Attributes

See the attributes(5) man page for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/file-system/smb
Interface Stability
Uncommitted

See also

ps(1), mount_smbfs(1M), attributes(5), smbfs(7FS)