Go Back   Linux Forums by TotalPenguin! Get linux Help! > GUI Linux > Linux Applications

Linux Applications Discussion for Linux Software and Application releated issues.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-24-2008, 04:04 AM
Senior Member
 
Join Date: Jan 2007
Posts: 109
Hektor is on a distinguished road
Default Linux Cookies

Anyone know where Linux stores cookies? I'm use FireFox.
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 02-24-2008, 07:54 AM
Super Moderator
 
Join Date: Dec 2007
Location: Denmark
Posts: 273
v0id is on a distinguished road
Send a message via MSN to v0id
Default

The path differs from machine to machine. At least we know what the cookie-file is called, so we're able to easily locate it.
Code:
$ locate "cookies.txt" | grep "firefox"
Reply With Quote
  #3 (permalink)  
Old 02-25-2008, 12:43 AM
Senior Member
 
Join Date: Jan 2007
Posts: 109
Hektor is on a distinguished road
Default

That works. Is there a way to find cookies by user?
Reply With Quote
  #4 (permalink)  
Old 02-25-2008, 01:02 PM
Jordan's Avatar
Administrator
 
Join Date: Nov 2006
Posts: 570
Jordan is on a distinguished road
Default

Just add another grep with the users name:

Code:
$ locate "cookies.txt" | grep "firefox" | grep Username
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 02:44 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.