Monday 13 June 2011

List and identify SELinux file and process context

You'll need to use the -Z switch for this objective.
Thus in order to list SELinux files' context I normally use:
ls -lZ
and to list processes' context:
ps -AZ

No comments:

Post a Comment