TMP section of smb.conf file :
It contains the configured list of some defined machine (class C machine IP address ranges) can connect with the samba server.It contains some parameters which are as follows:
1- comment - make comments on share when a client made queries for the server
2- path - specify the tmp directory of the Linux server
3- valid users - list of authenticated user
4- invalid users - List of unauthorized user
The code is specified below:
Code:
comment = Temporary File Space
path = /tmp
read only = No
valid users = admin
invalid users = root bin daemon nobody named sys tty disk mem kmem users
Bookmarks