cannot find Trash folder! Ubuntu 18.04
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am running a preinstalled version
of ubuntu 18.04 but cannot find Trash folder.
The typical places don't have the folder.
~/.local/share/Trash <-- does not exist
/root/..../Trash <-- does not exit
The directory should most likely be here but it's not
/home/$USER/.local/share/Trash <---does not exist
Hmm ... so I ran a search as follows:
sudo find / -type d -iname Trash
The output was not nice:
find: ‘/run/user/1001/gvfs’: Permission denied
/home/$USER/.local/share/evolution/..../trash
/home/$USER/.cache/evolution/.../trash
/user/share/doc/HTML/.../trash
and that's it!
By
...
I meant there are various directories ending with /trash. But that's useless to mention anyhow since we are not really finding the TRASH can.
(Note that I do see a Trash bin on my Desktop, which is ironic. And yes it is empty.)
Question is, where is my TRASH FOLDER ?
And why do I receive the following output when I run the find command
find: ‘/run/user/1001/gvfs’: Permission denied
command-line find delete trash
|
show 1 more comment
I am running a preinstalled version
of ubuntu 18.04 but cannot find Trash folder.
The typical places don't have the folder.
~/.local/share/Trash <-- does not exist
/root/..../Trash <-- does not exit
The directory should most likely be here but it's not
/home/$USER/.local/share/Trash <---does not exist
Hmm ... so I ran a search as follows:
sudo find / -type d -iname Trash
The output was not nice:
find: ‘/run/user/1001/gvfs’: Permission denied
/home/$USER/.local/share/evolution/..../trash
/home/$USER/.cache/evolution/.../trash
/user/share/doc/HTML/.../trash
and that's it!
By
...
I meant there are various directories ending with /trash. But that's useless to mention anyhow since we are not really finding the TRASH can.
(Note that I do see a Trash bin on my Desktop, which is ironic. And yes it is empty.)
Question is, where is my TRASH FOLDER ?
And why do I receive the following output when I run the find command
find: ‘/run/user/1001/gvfs’: Permission denied
command-line find delete trash
Try to delete some file, and see if they appear when you click on the Trash icon on desktop.
– Prvt_Yadv
Mar 16 at 16:16
I already did ffrom the Download folder .... and not sure where they end up. How to best trace them ? Grep ? or Find ? I don't see the deleted item in the desktop "Trash bin" ...
– sam
Mar 16 at 16:52
Adding now: I did the following "sudo find / -type d -iname deletedfile" and got as output find: ‘/run/user/1001/gvfs’: Permission denied
– sam
Mar 16 at 17:01
Usetype -f
instead oftype -d
, and then tell us.
– Prvt_Yadv
Mar 16 at 17:10
Just did and I get the same output as above.
– sam
Mar 16 at 18:57
|
show 1 more comment
I am running a preinstalled version
of ubuntu 18.04 but cannot find Trash folder.
The typical places don't have the folder.
~/.local/share/Trash <-- does not exist
/root/..../Trash <-- does not exit
The directory should most likely be here but it's not
/home/$USER/.local/share/Trash <---does not exist
Hmm ... so I ran a search as follows:
sudo find / -type d -iname Trash
The output was not nice:
find: ‘/run/user/1001/gvfs’: Permission denied
/home/$USER/.local/share/evolution/..../trash
/home/$USER/.cache/evolution/.../trash
/user/share/doc/HTML/.../trash
and that's it!
By
...
I meant there are various directories ending with /trash. But that's useless to mention anyhow since we are not really finding the TRASH can.
(Note that I do see a Trash bin on my Desktop, which is ironic. And yes it is empty.)
Question is, where is my TRASH FOLDER ?
And why do I receive the following output when I run the find command
find: ‘/run/user/1001/gvfs’: Permission denied
command-line find delete trash
I am running a preinstalled version
of ubuntu 18.04 but cannot find Trash folder.
The typical places don't have the folder.
~/.local/share/Trash <-- does not exist
/root/..../Trash <-- does not exit
The directory should most likely be here but it's not
/home/$USER/.local/share/Trash <---does not exist
Hmm ... so I ran a search as follows:
sudo find / -type d -iname Trash
The output was not nice:
find: ‘/run/user/1001/gvfs’: Permission denied
/home/$USER/.local/share/evolution/..../trash
/home/$USER/.cache/evolution/.../trash
/user/share/doc/HTML/.../trash
and that's it!
By
...
I meant there are various directories ending with /trash. But that's useless to mention anyhow since we are not really finding the TRASH can.
(Note that I do see a Trash bin on my Desktop, which is ironic. And yes it is empty.)
Question is, where is my TRASH FOLDER ?
And why do I receive the following output when I run the find command
find: ‘/run/user/1001/gvfs’: Permission denied
command-line find delete trash
command-line find delete trash
asked Mar 16 at 15:15
samsam
1
1
Try to delete some file, and see if they appear when you click on the Trash icon on desktop.
– Prvt_Yadv
Mar 16 at 16:16
I already did ffrom the Download folder .... and not sure where they end up. How to best trace them ? Grep ? or Find ? I don't see the deleted item in the desktop "Trash bin" ...
– sam
Mar 16 at 16:52
Adding now: I did the following "sudo find / -type d -iname deletedfile" and got as output find: ‘/run/user/1001/gvfs’: Permission denied
– sam
Mar 16 at 17:01
Usetype -f
instead oftype -d
, and then tell us.
– Prvt_Yadv
Mar 16 at 17:10
Just did and I get the same output as above.
– sam
Mar 16 at 18:57
|
show 1 more comment
Try to delete some file, and see if they appear when you click on the Trash icon on desktop.
– Prvt_Yadv
Mar 16 at 16:16
I already did ffrom the Download folder .... and not sure where they end up. How to best trace them ? Grep ? or Find ? I don't see the deleted item in the desktop "Trash bin" ...
– sam
Mar 16 at 16:52
Adding now: I did the following "sudo find / -type d -iname deletedfile" and got as output find: ‘/run/user/1001/gvfs’: Permission denied
– sam
Mar 16 at 17:01
Usetype -f
instead oftype -d
, and then tell us.
– Prvt_Yadv
Mar 16 at 17:10
Just did and I get the same output as above.
– sam
Mar 16 at 18:57
Try to delete some file, and see if they appear when you click on the Trash icon on desktop.
– Prvt_Yadv
Mar 16 at 16:16
Try to delete some file, and see if they appear when you click on the Trash icon on desktop.
– Prvt_Yadv
Mar 16 at 16:16
I already did ffrom the Download folder .... and not sure where they end up. How to best trace them ? Grep ? or Find ? I don't see the deleted item in the desktop "Trash bin" ...
– sam
Mar 16 at 16:52
I already did ffrom the Download folder .... and not sure where they end up. How to best trace them ? Grep ? or Find ? I don't see the deleted item in the desktop "Trash bin" ...
– sam
Mar 16 at 16:52
Adding now: I did the following "sudo find / -type d -iname deletedfile" and got as output find: ‘/run/user/1001/gvfs’: Permission denied
– sam
Mar 16 at 17:01
Adding now: I did the following "sudo find / -type d -iname deletedfile" and got as output find: ‘/run/user/1001/gvfs’: Permission denied
– sam
Mar 16 at 17:01
Use
type -f
instead of type -d
, and then tell us.– Prvt_Yadv
Mar 16 at 17:10
Use
type -f
instead of type -d
, and then tell us.– Prvt_Yadv
Mar 16 at 17:10
Just did and I get the same output as above.
– sam
Mar 16 at 18:57
Just did and I get the same output as above.
– sam
Mar 16 at 18:57
|
show 1 more comment
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f506687%2fcannot-find-trash-folder-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f506687%2fcannot-find-trash-folder-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Try to delete some file, and see if they appear when you click on the Trash icon on desktop.
– Prvt_Yadv
Mar 16 at 16:16
I already did ffrom the Download folder .... and not sure where they end up. How to best trace them ? Grep ? or Find ? I don't see the deleted item in the desktop "Trash bin" ...
– sam
Mar 16 at 16:52
Adding now: I did the following "sudo find / -type d -iname deletedfile" and got as output find: ‘/run/user/1001/gvfs’: Permission denied
– sam
Mar 16 at 17:01
Use
type -f
instead oftype -d
, and then tell us.– Prvt_Yadv
Mar 16 at 17:10
Just did and I get the same output as above.
– sam
Mar 16 at 18:57