Open main menu

CDOT Wiki β

Changes

OPS235 Assignment 2 OLD

6 bytes removed, 17:53, 5 August 2010
SELinux Context Commands: (repeated word)
# restorecon - resets the default security context of a file
#* Example: reset the context of one file: <code>restorecon /etc/services</code>
#* Example: recursively reset the contexts of all of the files files in a directory: <code>restorecon -R ~</code>
You can reset the default security context of the entire system at the next boot with this command:
1
edit