One of the last things the Linux kernel does during system boot is mount the root filesystem. The Linux kernel dictates no filesystem structure, but user space applications expect to find files with ...
Could I pick peoples brains on how they implement NTFS permissions so that for a shared folder, a group can't create random folders or files in the base of that folder, but can read/modify any files ...