Categories
- WeatherBilthoven, Netherlands09:58, 9:58, Tue, Mar 3, 202610°Cclear sky63 %1026 mb3 mphWind Gust: 4 mphClouds: 10%Visibility: 10 kmSunrise: 07:21Sunset: 18:21
Daily Archives: 12 June 2013
A Simple Role Base Access Control (RBAC) example on Solaris 11
1. create a user “user1″ and assign a password # useradd -d /export/home/user1 -m -s /bin/bash user1 # passwd user1 -> here password “user1234″ is used. 2. Create a role # roleadd -d /export/home/role1 -m role1 # passwd role1 -> … Continue reading
Posted in Solaris / linux
Leave a comment