Comments on: File permission problem https://www.truenas.com/blog/file-permission-problem/ Fri, 16 Feb 2024 17:52:07 +0000 hourly 1 https://wordpress.org/?v=6.4.4 By: Volker https://www.truenas.com/blog/file-permission-problem/#comment-4784 Wed, 28 Mar 2007 05:40:00 +0000 http://www.freenas.org/whats-new/2007/03/file-permission-problem.html#comment-4784 It seems to be that the directory permission is the reason for this problem.

/mnt> ls -alh
total 4
drwxrwxrwx 3 root wheel 512B Mar 27 14:37 .
drwx–x–x 18 root wheel 512B Mar 27 14:19 ..
drwxrwxrwx 5 root wheel 512B Mar 27 17:03 Data

/var> ls -alh
total 10
drwxr-xr-x 6 root wheel 512B Mar 27 16:56 etc

If i change /mnt/Data to 755, i’m not able to delete the swap_file anymore.

The bad thing that i’m not able to do anything anymore 🙁

]]>