GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: about the samba to create file
Operating System - HP-UX
1862927
Members
1940
Online
110446
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 01:54 PM
10-05-2004 01:54 PM
I hv setup the samba server at unix and share path for windows users , now the windows users can read/overwrite file but can't create file at the path , the below is the config file , could suggest what is missing in my confi file.
[tmp1]
path = /tmp/tmp1
allow hosts = 192.168.0.1
writeable = yes
read only = No
public = yes
create mask = 0644
~
[tmp1]
path = /tmp/tmp1
allow hosts = 192.168.0.1
writeable = yes
read only = No
public = yes
create mask = 0644
~
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 05:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 05:13 PM
10-05-2004 05:13 PM
Re: about the samba to create file
hi peter
if you are able to edit existing files and you can't able to create new file it means it is related to permision problem of the directory
try to change the directory permissions
example
# cd /tmp
# chmod -R 777 tmp1
it may work otherwise try to check the umask details .
if you are able to edit existing files and you can't able to create new file it means it is related to permision problem of the directory
try to change the directory permissions
example
# cd /tmp
# chmod -R 777 tmp1
it may work otherwise try to check the umask details .
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP