permissions

  1. aragats

    Solved mount point listing is not permitted for root

    I have a USB flash drive with ext4 mounted by ext4fuse:$ mount | grep fuse /dev/fuse on /mnt/usb (fusefs, local, nosuid, synchronous, mounted by sergeym)$ grep ext4 /etc/fstab /dev/da0s1 /mnt/usb ext4 mountprog=/usr/local/bin/ext4fuse,noauto,late,rw 0 0Here are the permissions on the...
  2. Zack

    Solved Can't delete files in /var/log

    I'm trying to remove /var/log/rkhunter.log and the swap files associated with it. As a root user, I keep getting permission errors. ls -lo rkhunter* -rwxr--r-- 1 root wheel - 5982 Nov 7 03:31 rkhunter.log -rwxr--r-- 1 root wheel - 17412 Nov 6 23:54 rkhunter.log.old -rwxr--r-- 1 root...
  3. dnel

    Solved Undeletable system files

    I unpacked base.txz onto a running FreeBSD system and then went to remove it, however because permissions on some files look like this: -r-sr-xr-x 1 root wheel 26320 Sep 29 02:45 login* Even root cannot delete these files. What can I do to forcibly delete them?
  4. R

    C setreuid() returns "operation not permitted" even it was sudo'ed

    Hello, I was testing one of my software on FreeBSD ,Where in the software i've been trying to replace the Real/Effective UID and GID of the process using below two functions setregid(),setreuid(). But these both functions return -1 as a result(when i got the errno to print it ssys "operations...
  5. pming

    Solved Directory owner can not access directory

    So the last few days I had lots of trouble trying to set up my host as a domain member with samba4, eventually I gave up and tried to run it as a standalone server. But even then, I would get "Permission denied" or "Access denied" both on my MacBook and Windows 10 PC. I have set up a ZFS...
Back
Top