@@ -50,11 +50,11 @@ ksmbd.mountd (user space daemon)
50
50
--------------------------------
51
51
52
52
ksmbd.mountd is userspace process to, transfer user account and password that
53
- are registered using ksmbd.adduser(part of utils for user space). Further it
53
+ are registered using ksmbd.adduser (part of utils for user space). Further it
54
54
allows sharing information parameters that parsed from smb.conf to ksmbd in
55
55
kernel. For the execution part it has a daemon which is continuously running
56
56
and connected to the kernel interface using netlink socket, it waits for the
57
- requests(dcerpc and share/user info). It handles RPC calls (at a minimum few
57
+ requests (dcerpc and share/user info). It handles RPC calls (at a minimum few
58
58
dozen) that are most important for file server from NetShareEnum and
59
59
NetServerGetInfo. Complete DCE/RPC response is prepared from the user space
60
60
and passed over to the associated kernel thread for the client.
@@ -154,11 +154,11 @@ Each layer
154
154
1. Enable all component prints
155
155
# sudo ksmbd.control -d "all"
156
156
157
- 2. Enable one of components(smb, auth, vfs, oplock, ipc, conn, rdma)
157
+ 2. Enable one of components (smb, auth, vfs, oplock, ipc, conn, rdma)
158
158
# sudo ksmbd.control -d "smb"
159
159
160
- 3. Show what prints are enable .
161
- # cat/sys/class/ksmbd-control/debug
160
+ 3. Show what prints are enabled .
161
+ # cat /sys/class/ksmbd-control/debug
162
162
[smb] auth vfs oplock ipc conn [rdma]
163
163
164
164
4. Disable prints:
0 commit comments