M
M
Master Ruby2022-03-20 20:51:10
linux
Master Ruby, 2022-03-20 20:51:10

How to access /run/user/1000/doc folder?

Can't access folder, chmod doesn't help either.
I need to remove empty folders from this directory

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Master Ruby, 2022-03-20
@Dunaevlad

1. Open the /etc/fuse.conf file for editing
2. Uncomment the line #user_allow_other to save it as user_allow_other.
3. Save and close the file.
4. type -> fusermount -zu /run/user/1000/doc
in the terminal 5. type ->/usr/lib/gvfs/gvfsd-fuse -o allow_root /run/user/1000/doc in the terminal
Done.

A
Adamos, 2022-03-20
@Adamos

Are you doing this as a user with uid 1000? No one else has access to this folder.
And in fact, systemd creates it, and it should clean it up when the user logs out.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question