This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

delete saved cap

0

Hi guys i can't see any saved files in linux(ubuntu),but i can see from the "open" from wireshark.I want delete some files but i can't see(not files sthealt activated on my ubuntu ¿what is the problem?I saved the files on Desktop but desktop is clean :/

Greetings!

asked 28 Oct '14, 08:48

sniper's gravatar image

sniper
11112
accept rate: 0%


2 Answers:

0

Sounds like you are running Wireshark with a different account, possibly as root via sudo.

If that's the case, please check the directories of that account.

If that's not the case, please post the output of the following command. Run it on the CLI in the same account you were running Wireshark.

ls -alrt ~/Desktop

Regards
Kurt

answered 28 Oct '14, 08:59

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%

Im root on wireshark.So many thanks,one ask!what is CLI? i go try " ls -alrt ~/root/Desktop "

(28 Oct '14, 09:05) sniper

what is CLI?

bash!

(28 Oct '14, 09:07) Kurt Knochner ♦

ls -alrt ~/root/Desktop

correct would be:

ls -alrt ~root/Desktop

or

ls -alrt /root/Desktop

but you won't have access as a regular user. So:

sudo ls -alrt /root/Desktop

(28 Oct '14, 09:09) Kurt Knochner ♦

0

Hey guys!I solved hehe i used superoot ( nautilus ) for see the files. Have fun,greetings!

answered 06 Nov '14, 06:32

sniper's gravatar image

sniper
11112
accept rate: 0%