Operating System - HP-UX
1832512 Members
4480 Online
110043 Solutions
New Discussion

Re: privilege on a directory

 
kacou
Regular Advisor

privilege on a directory

I want to create two accounts for toto and tata. These two accounts must transfer files by ftp on a directory which is dedicated to them.
I would wish to have the privilege below:

name privilege
tata read,write, modify
toto read,write (only)

what do I have to make?

3 REPLIES 3
Anshumali
Esteemed Contributor

Re: privilege on a directory

Are you sure this is for HP-ux...
RWX is in HP-UX. The requirement you have looks similar to Windows...
Dreams are not which you see while sleeping, Dreams are which doesnt allow you to sleep while you are chasing for them!!
prasadb
Super Advisor

Re: privilege on a directory

i think write and modify are not different..when you have given the write permission it means that it can be modified.
when you give someone write permission, remember that it can be deleted too..

anyways, if you want to give some one priviledges for making FTP only..you need to give him only read access..

OFC_EDM
Respected Contributor

Re: privilege on a directory

Since you want them to transfer to a specific directory take a look at "tftp".

Man Page
http://docs.hp.com/en/B2355-90690/tftp.1.html

Configuring the TFTP server
http://docs.hp.com/en/B2355-90147/ch05s04.html

The Devil is in the detail.