Go to main content

man pages section 8: System Administration Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

smbiod(8)

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(8) 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(7) man page for descriptions of the following attributes:

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

See Also

ps(1), smbfs(4FS), attributes(7), mount_smbfs(8)