Computer Hope

Software => BSD, Linux, and Unix => Topic started by: killerherts on January 29, 2020, 04:09:24 PM

Title: Snap app permission issues
Post by: killerherts on January 29, 2020, 04:09:24 PM
I am attempting to use makemkv to write some video files to an external drive the only issue is makemkv cannot see the folders i mount my external drive too
 I looked at the permissions of the /etc folder and from my understanding it has far stricter permissions then the /mht folder I am attempting to access
Code: [Select]
[tt]killerherts@Neptune:~$ getfacl /etc
getfacl: Removing leading '/' from absolute path names
# file: etc
# owner: root
# group: root
user::rwx
group::r-x
other::r-x

killerherts@Neptune:~$ getfacl /mnt
getfacl: Removing leading '/' from absolute path names
# file: mnt
# owner: killerherts
# group: killerherts
user::rwx
group::rwx
other::rwx[/tt]
Any suggestions are appricated