On 11/08/2018 05:11 PM, Mahmood Naderan wrote:

>For filesystem labels:

>touch /.autorelabel
>reboot




OK I did that. What is the effect then?! How can I find out that something has been reset?

Good question. the relabling is handled by theĀ  /etc/rc.d/rc.sysinit script and calls

/sbin/fixfiles -F restore >/dev/null 2>&1

so if anything would have been printed, it is redirected to /dev/null.

- Thomas