December 2018
Beginner
320 pages
8h 57m
English
Most of the Linux commands have the -Z option to display SELinux contexts. For example, ps, ls, cp, and mkdir all use the -Z option to display or set SELinux contexts of a file, directory, process, or port.
The following are examples that illustrate the usage of -Z option with several commands for displaying the SELinux context:
# ps axZ
# ps -ZC sleep
Read now
Unlock full access