Operating System - HP-UX
1834255 Members
2204 Online
110066 Solutions
New Discussion

Re: ftpuser without delete permission

 
Pramod M
Regular Advisor

ftpuser without delete permission

Hi all,
I want to create a ftpuser in hp-ux 11.23 server. He must be able to create or dump files to a directory. But he must not able to delete a file. How can I achieve this?

Thanks in advance....

Regards,
Pramod
3 REPLIES 3
Ganesan R
Honored Contributor

Re: ftpuser without delete permission

Hi,

Don't think so. If a user is able to create or copy then that user has the permission to do all...
Best wishes,

Ganesh.
Adam W.
Valued Contributor

Re: ftpuser without delete permission

I am not certain you can. Maybe there is a way using chroot and jails?

There are two types of people in the world, Marines and those who wish they were.
Jose Mosquera
Honored Contributor

Re: ftpuser without delete permission

Hi,

Use FTP-WU implementation included in HP-UX. Take a look at #man ftpaccess and #man ftpd.

I've implement it and works fine! So you need read a lot in both man files.

Rgds.