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 = yes
Code: Select all
security = user
#usershare owner only = yes
#usershare path = /var/lib/samba/usershares
Code: Select all
smbpasswd -e paul
Code: Select all
/etc/rc.d/rc.samba restart
Code: Select all
smbclient "\\\localhost\Downloads"
Code: Select all
Enter paul's password:
Code: Select all
testparm
Code: Select all
ifconfig
Code: Select all
nmblookup mshome
Code: Select all
nmblookup mshome
Code: Select all
smbclient -L 192.168.1.130
Code: Select all
smbclient "\\\localhost\Downloads" -U root"
Code: Select all
Enter paul's password:
Code: Select all
id paul
Code: Select all
cat /etc/group
Code: Select all
usermod -a -G sambashare paul
Code: Select all
smbpasswd -a paul
smbpasswd -e paul
Code: Select all
smbclient "\\\localhost\public" -U paul