[16:45] Hello there [16:45] A question [16:45] I had a system continuosly restarting itself written some things to a file and suddenly that file is no longer writeable, Although the owning continues to be to the correct user/group and the permisssions are there what can be the cause than the find command is unable to dump in that file? what could change? and how can i fix it? [16:45] Also, for some reason i have a folder with owner and group "?" in the home folder, it's called "thinclient_drives" i'm not using a thinclient and the folder is empty [16:45] should i worry about that? [17:24] chattr -i /path/to/file ? [18:30] i fix my issue, thanks [18:30] somebody else help me, however i am curious [18:30] what do you mean with that superkuh? [18:30] What that command do? if i may ask? [18:32] Change attribute (of file): immutable, set to "not immutable" (-i). Just in case it had been set to +i (immutable) preventing writes to it.