Displaying 6 results from an estimated 6 matches for "linuxsir".
2015 Feb 27
2
add user in samba server
# smbpasswd -a linuxsir New SMB password: Retype new SMB password: # ls /etc/samba gdbcommands smb.conf smb.conf.bak smbpasswd # groups linuxsir linuxsir : linuxsir my_test_group1 root at debian:/home/debian# cat /etc/group root:x:0: sambashare:x:119: root at debian:/home/debian# # cat /etc/samba/smbpasswd
I have a...
2015 Feb 28
1
回复: add user in samba server
...users = %S
[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
guest ok = no
read only = yes
create mask = 0700
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no
[linuxsir]
path = /home/linuxsir
public = yes
writable = yes
printable = yes
guest ok=yes
create mask = 0777
?
------------------ ???? ------------------
???: "Rowland Penny";<rowlandpenny at googlemail.com>;
????: 2015?2?27?(???) ??9:27
???: "samba"<s...
2015 Feb 27
0
add user in samba server
On 27/02/15 13:05, ???? wrote:
> # smbpasswd -a linuxsir New SMB password: Retype new SMB password: # ls /etc/samba gdbcommands smb.conf smb.conf.bak smbpasswd # groups linuxsir linuxsir : linuxsir my_test_group1 root at debian:/home/debian# cat /etc/group root:x:0: sambashare:x:119: root at debian:/home/debian# # cat /etc/samba/smbpasswd
> I hav...
2015 Feb 25
1
how to share file between samba on debian and ES File Explorer app on android phone?
There are two machines:ones is my pc whose os is debian7.8,other is my android phone whose os ids android4.4. ES File Explorer app was installed on my android phone,i have add linuxsir as samba user with :
smbpasswd -a linuxsir
config1 :samba on pc
The /etc/samba/smb.conf is as the following.
security = share [public] browseable = yes writable = yes path = /home guest ok = yes sudo /etc/init.d/samba restart
I can share the /home properly on my android phone with ES File E...
2006 Jul 15
1
vsftpd virtual users not able to delete the files (second time post)
hey friends,
I am using vsftpd version 2.0.1 on Centos4.0. I am trying to create some
virtual users who can upload,download and delete the files in their
particular directories. I followed the below link to create the
virutal users
http://linuxsir.zahui.net/html/23/43449.htm
I have created a user called "tester" and the entries in the tester
file (/etc/vsftpd/vsftpd_user_conf/tester) are
anon_world_readable_only=NO
user_sub_token=$USER
local_root=/var/www/html/testing
write_enable=YES
anon_upload_enable=YES
chown_uploads=YES
The...
2006 Jul 08
0
vsftpd virtual users are not able to delete the files or folders
hey friends,
I am using vsftpd version 2.0.1 on Centos4.0. I am trying to create some
virtual users who can upload,download and delete the files in their
particular directories. I followed the below link to create the
virutal users
http://linuxsir.zahui.net/html/23/43449.htm
I have created a user called "tester" and the entries in the tester
file (/etc/vsftpd/vsftpd_user_conf/tester) are
anon_world_readable_only=NO
user_sub_token=$USER
local_root=/var/www/html/testing
write_enable=YES
anon_upload_enable=YES
chown_uploads=YES
The...