1835788 Members
2515 Online
110085 Solutions
New Discussion

create useraccount

 
Raj_58
Advisor

create useraccount

Hi,
Can anyone tell me how to create an account with Read only access?

Thanks
3 REPLIES 3
Kent Ostby
Honored Contributor

Re: create useraccount

There are limitations on what you can do to limit a user to read only.

You can set directory permissions for the user so that they are not writeable but they will still be able to cd to other world readable directories on an system (i.e. /tmp ).

You could change their default program to be a script that runs what you want them to look at instead of being a regular shell.

Not sure if there are other limitations that you can add from the Trusted product but others may know.

Best regards,

Oz
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Steven E. Protter
Exalted Contributor

Re: create useraccount

This is done with system permissions.

You make sure that other o in the concept of owner group other does not have write access to any files.

Then you useradd into a group you intend for read only access.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Raj_58
Advisor

Re: create useraccount

Would like to close this thread .Steven E Protter 's suggestion helped to fix this