HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: FTP permission
Operating System - HP-UX
1834095
Members
2158
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
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
02-12-2001 05:10 PM
02-12-2001 05:10 PM
FTP permission
I would like to seek some help regarding ftp. My problem is about when a user put a file to my server and the mode of the file becomes -rw--r--- with his ownership.
How do I make this automatically mode 666? I was looking at 'man ftpacces'. When I looked at /etc/ftpd there was no such file. I tried to make one with the 'upload' content and tried to start ftpd with 'a' option, but its not working. Can anyone help me on this?
How do I make this automatically mode 666? I was looking at 'man ftpacces'. When I looked at /etc/ftpd there was no such file. I tried to make one with the 'upload' content and tried to start ftpd with 'a' option, but its not working. Can anyone help me on this?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2001 06:23 PM
02-12-2001 06:23 PM
Re: FTP permission
Hi Ed:
Edit the ftp daemon startup in /etc/inetd.conf. Add the option "-u" like this:
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -u 111
Then restart inetd by issuing:
# /usr/sbin/inetd -c
See man (1M) ftpd for more details.
...JRF...
Edit the ftp daemon startup in /etc/inetd.conf. Add the option "-u
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -u 111
Then restart inetd by issuing:
# /usr/sbin/inetd -c
See man (1M) ftpd for more details.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2001 07:22 PM
02-12-2001 07:22 PM
Re: FTP permission
There is another way which allows setting different permissions for each file:
cd /some_dir
put some_file
quote site chmod 644 some_file
You can also change the ownership with a similar construct:
quote site exec chown billh:users some_file
Not all servers are configured to allow quote site commands.
Bill Hassell, sysadmin
cd /some_dir
put some_file
quote site chmod 644 some_file
You can also change the ownership with a similar construct:
quote site exec chown billh:users some_file
Not all servers are configured to allow quote site commands.
Bill Hassell, sysadmin
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 2025 Hewlett Packard Enterprise Development LP