Categories
- WeatherBilthoven, Netherlands20:30, 20:30, Sat, Apr 26, 2025
14°C
few clouds65 %1023 mb1 mphWind Gust: 2 mphVisibility: 10 kmSunrise: 05:18Sunset: 19:55
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