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...
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...
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?
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.