create Solaris user without any profiles
-bash-3.00$ profiles
Basic Solaris User
All
-bash-3.00$uname -a
SunOS XXXXXX 5.10 Generic_137111-08 sun4v sparc SUNW,Sun-Fire-T200
I want to create user without any profiles, (Only allow to execute cp, more command) then want to provide access to one specific directory that owned by another user.
Can I do it without any third party tool in Solaris 10? my main concern is (how to create user without any profiles, )
I have goggled and refer support. Oracle site but didn’t get solution.