Skip Navigation Links | |
Exit Print View | |
man pages section 1M: System Administration Commands Oracle Solaris 11.1 Information Library |
- SMB server daemon
/usr/lib/smbd
The smbd daemon handles CIFS/SMB requests from SMB clients, such as Windows clients. Only processes with {PRIV_SYS_SMB} and sufficient privileges to write the /var/run directory can run this daemon.
The smbd daemon is automatically invoked by using the share(1M) command or the zfs(1M) set share command over all available transports. By default, smbd starts over the NetBIOS-Over-TCP (NBT) and TCP transports.
When smbd is started over NBT, the following services are started:
The NetBIOS name service is started on UDP port 137.
The NetBIOS datagram service is started on UDP port 138.
The NetBIOS session service is started on TCP port 139.
When the smbd daemon is started over TCP, the SMB service is started on TCP port 445.
Only one instance of smbd may be running at a time.
The following exit values are returned:
Daemon exited cleanly.
Daemon exited with a fatal error.
Daemon exited with a configuration error.
See the attributes(5) man page for descriptions of the following attributes:
|
ps(1), svcs(1), share(1M), sharectl(1M), smbadm(1M), smbstat(1M), svcadm(1M), zfs(1M), smb(4), smbautohome(4), system(4), attributes(5), smf(5)
Use the svcadm command to perform administrative actions on the smbd service, such as enabling, disabling, or restarting the service. Use the svcs command to query the service status.
The smbd service is managed by the service management facility under the service identifier svc:/network/smb/server.
If the smbd service is disabled, it will be enabled by the share(1M) command or the zfs set share command, unless its auto_enable property is set to false.