- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- using ftpaccess
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
04-06-2005 11:43 PM
04-06-2005 11:43 PM
using ftpaccess
i managed to use ftpaccess file to specified specific umask on upload direcotry using the following line:
upload /DiskBill/shells/MED/ * yes billday users 0666 dirs
(user "billday" home directory that defined our nis enviorment is /DiskBill/shells)
i managed to set the mask of the files created on the user's home directory, and i want now to change the mask of the subdirecotries under this user home directory (in thos example, the directory DiskBill/shells/MED/).
is it possible?
if so, how?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 11:58 PM
04-06-2005 11:58 PM
Re: using ftpaccess
upload /DiskBill/shells/MED/ * yes billday users 0666 dirs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 12:11 AM
04-07-2005 12:11 AM
Re: using ftpaccess
it doesn't work.
it uses the defualt mask of root (as it do without ftpaccess file)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 05:32 AM
04-07-2005 05:32 AM
Re: using ftpaccess
Try installing this
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=WUFTPD26
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 05:42 AM
04-07-2005 05:42 AM
Re: using ftpaccess
and then
upload /DiskBill/shells * yes billday users 0666 dirs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 04:10 PM
04-07-2005 04:10 PM
Re: using ftpaccess
You can use '-u' option to ftpd in /etc/inetd.conf to set new umask (default is 027). This would apply to all ftp directories regardless of location.
Second option is to download WU-FTP 2.6 from www.software.hp.com, which has ability to set directory mode in the upload directive via optional d_mode field (see below).
upload root-dir dirglob yes|no owner group mode dirs|nodirs [d_mode]