im new to linux and Samba.
Aim
Create a called Shared_folder which can be accessed by ALL users (group name = users).
I have the following share:
Quote:
[shared tools]
writeable = yes
wide links = no
path = /mnt/home/samba/shares/sharedtools
write list = @sharedfiles
force directory mode = 775
force group = sharedfiles
force create mode = 775
user = @sharedfiles
The folder has the following ownership:
Quote:
Owner: root
Group: sh
I am setting up a linux to act as a fileserver, using CentOS 6.3.
Since I want to have disk quotas and can't install LVM (it is a 32 bit machine), I am using an LVM volume with ext4 mounted as /samba/seg
I have created /samba/seg, assigned a domain group, changed FS permissions to 770, executed:
semanage fcontext -a -t samba_share_t /samba/seg
restorecon -R -v /samba/seg
My config (from test
Sigh...:confused:
I've read multiple times about file permissions and Samba sharing. I am still confused. It seems that what I have learned so far is that what a user can do in a Samba share is affected by both Linux and Samba permission settings.
Im trying to setup Samba on my Linux Server but Im unable to connect to one share. Out of all 3 shares i cannot connect to the one named filestor.
Heres my smb.conf :
Code:
[root@Fileserver opt]# cat /etc/samba/smb.conf
# Global parameters
[global]
workgroup = Workgroup
netbios name = Fileserver
server string = Samba Server %v
Hey everybody,The KDE doesn't recognize samba as being installed. I can still browse SMB shares but cannot share folders/files myself. Under the "Share" tab properties of the folder I want to share a message exclaims: "Samba is not installed on your system.". I have samba and kdenetwork-filesharing installed.
Hi all my friends,
I am new to Linux and setting up a samba server.
However, things does not run as smooth as I wish...
My idea is about to make a share folder and record users' access log to "/var/log/samba/log.audit"
I followed the instructions from internet, but it generated a lot of duplicate lines.
I checked again and again but still can't find the problems I made.
I have trouble with samba, my old config from samba 3.6 don't work for 4.03 f18. The most clients windows and linux machines can r/w/c share files, but the androids users can browse the share and delete files but no more operations are permitted, why this?
I have a fileserver running openSUSE 11.2 and samba services for file access from MS Windows based workstations. My question relates to changing default permissions on files and directories created from the windows clients.
Following are extracts of the /etc/samba/smb.conf file :
[myshare]
create mask = 0770
directory mask = 0770