1smbd(1M)                System Administration Commands                smbd(1M)
2
3
4

NAME

6       smbd - CIFS server daemon
7

SYNOPSIS

9       /usr/lib/smbsrv/smbd
10
11

DESCRIPTION

13       The  smbd  daemon  handles CIFS/SMB requests from CIFS clients, such as
14       Windows clients. Only  processes  with  {PRIV_SYS_SMB}  and  sufficient
15       privileges to write the /var/run directory can run this daemon.
16
17
18       The  smbd daemon is automatically invoked by using the sharemgr command
19       over all available transports. By default, smbd starts  over  the  Net‐
20       BIOS-Over-TCP (NBT) and TCP transports.
21
22
23       When smbd is started over NBT, the following services are started:
24
25           o      The NetBIOS name service is started on UDP port 137.
26
27           o      The NetBIOS datagram service is started on UDP port 138.
28
29           o      The NetBIOS session service is started on TCP port 139.
30
31
32       When  the  smbd daemon is started over TCP, the CIFS service is started
33       on TCP port 445.
34
35
36       Only one instance of smbd may be running at a time.
37

EXIT STATUS

39       The following exit values are returned:
40
41       0            Daemon exited cleanly.
42
43
44       95           Daemon exited with a fatal error.
45
46
47       96           Daemon exited with a configuration error.
48
49

ATTRIBUTES

51       See the attributes(5)  man  page  for  descriptions  of  the  following
52       attributes:
53
54
55
56
57       ┌─────────────────────────────┬─────────────────────────────┐
58       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
59       ├─────────────────────────────┼─────────────────────────────┤
60       │Availability                 │SUNWsmbsu                    │
61       ├─────────────────────────────┼─────────────────────────────┤
62       │Interface Stability          │Uncommitted                  │
63       └─────────────────────────────┴─────────────────────────────┘
64

SEE ALSO

66       ps(1),  svcs(1),  sharectl(1M),  sharemgr(1M), smbadm(1M), smbstat(1M),
67       svcadm(1M), smb(4), smbautohome(4), system(4), attributes(5), smf(5)
68

NOTES

70       Use the svcadm command to perform administrative actions  on  the  smbd
71       service,  such  as  enabling, disabling, or restarting the service. Use
72       the svcs command to query the service status.
73
74
75       The smbd service is managed by the service  management  facility  under
76       the service identifier svc:/network/smb/server.
77
78
79       If the smbd service is disabled, it will be enabled by the sharemgr(1M)
80       command,  unless its auto_enable  property is set to false.
81
82
83
84SunOS 5.11                        5 Feb 2008                          smbd(1M)
Impressum