One more question as to your last post quote
I can't find any commands given by @knome ?????I have gone into the root with the terminal and typed the commands given above by knome.
I can't find any commands given by @knome ?????I have gone into the root with the terminal and typed the commands given above by knome.
Code: Select all
[global]
workgroup = WORKGROUP
security = share
usershare path = /var/lib/samba/usershares
usershare max shares = 100
usershare allow guests = yes
usershare owner only = yesCode: Select all
security = user
#usershare owner only = yes
#usershare path = /var/lib/samba/usersharesCode: Select all
smbpasswd -e paulCode: Select all
/etc/rc.d/rc.samba restartCode: Select all
smbclient "\\\localhost\Downloads"Code: Select all
Enter paul's password:Code: Select all
testparmCode: Select all
ifconfigCode: Select all
nmblookup mshomeCode: Select all
nmblookup mshomeCode: Select all
smbclient -L 192.168.1.130Code: Select all
smbclient "\\\localhost\Downloads" -U root"Code: Select all
Enter paul's password:Code: Select all
id paulCode: Select all
cat /etc/groupCode: Select all
usermod -a -G sambashare paulCode: Select all
smbpasswd -a paul
smbpasswd -e paulCode: Select all
smbclient "\\\localhost\public" -U paul