Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Testing results of regular permission on /opt/web/,

#User NameTest CaseTest ResultsRunResult
01

tin.pham


dailyplanet01

lexcorp01

acme01

Verify user and groups
Code Block
languagebash
id
uid=2000(tin.pham) gid=50(staff)...
groups
staff adm

sudo su - dailyplanet01
groups
wgdailyplanet
exit

sudo su - lexcorp01
groups
wglexcorp
exit

sudo su - acme01
groups
wgacme

(tick)

 

02tin.phamShow permissions
Code Block
languagebash
cd /opt
ls -al
drwxr-x--x   3 serveradmin staff 4096 Mar 28 20:35 web

cd web
ls -al
drwxr-x--x 2 serveradmin staff 4096 Apr 17 19:57 php
(tick)
03dailyplanet01   

 

...