I'm using TrueNAS Core ( version 13.0-U5.3 ) connected to a Windows AD server. The system is working very well. My issue is that I can't prevent deletion of Windows user profile folders: when a new profile is created Windows creates some folder for the new user (for example "Documents" or "Downloads" etc.): I would like to forbid removal of these folders.
I tried to follow the advice given in this thread:
How to set the user not allow to delete a file or folder in FreeNAS
but without success.
I've also tried with chattr command but this is not supported:
Is there a way to resolve this issue?
Many thanks in advance.
Cheers.
I tried to follow the advice given in this thread:
How to set the user not allow to delete a file or folder in FreeNAS
but without success.
I've also tried with chattr command but this is not supported:
Code:
chattr +i Desktop chattr: Operation not supported while setting flags on Desktop
Is there a way to resolve this issue?
Many thanks in advance.
Cheers.