Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-03-2003, 04:38 PM
|
#1
|
Member
Registered: Aug 2003
Distribution: Slackware
Posts: 72
Rep:
|
mozilla with different users
i'm new to linux, installed it yesterday and i have two users, the root one and the one i made (which i named 'curos'). so when i use redhat 9, i usually logged in under curos, instead of the root.
and i bookmark sites in mozilla. now when i log in under root, all my bookmarks are gone.
in windows, there's usually a folder where bookmarks are stored under each user, i've been trying to find that, so that i could import curos' bookmarks into the roots' mozilla bookmarks.
or am i trying to make a simple problem into a windows problem....
edit: I know that i can always export the bookmarks from curos, but i'm more interested in learning where mozilla stores its bookmarks naturally.
Last edited by curos; 08-03-2003 at 04:39 PM.
|
|
|
08-03-2003, 05:47 PM
|
#2
|
Member
Registered: Jun 2003
Location: Reading, UK
Distribution: Debian 3.0, LFS
Posts: 524
Rep:
|
Mozilla stores it's bookmarks in:
/root/.mozilla/defaults/<something>.slt/bookmarks.html
for root, and
/home/<username>/.mozilla/defaults/<something>.slt/bookmarks.html
for all other users. <something> is what seems like a string of rubbish, but there's only one directory in defaults anyway.
Here's a useful hint for you, too, since you're new. Open a console window, type 'su' and then your root password, and then type 'updatedb'. Once you've done this, you will be able to type things like 'locate bookmarks.htm', and it will find where files matching that name are. It's great
|
|
|
08-03-2003, 06:58 PM
|
#3
|
Member
Registered: Aug 2003
Distribution: Slackware
Posts: 72
Original Poster
Rep:
|
thanks, but now i have this other problem. the files in /home/<username>/ are hidden to me. I had to manually type in the /.mozilla/ to access it. how do i unhide this folder?
oh and i tried that updatedb thing and did a search but it doesn't find the bookmarks in the mozilla folder since they're hidden. how can i unhide everything on my machine?
|
|
|
08-03-2003, 07:09 PM
|
#5
|
Member
Registered: Jun 2003
Location: Reading, UK
Distribution: Debian 3.0, LFS
Posts: 524
Rep:
|
Hidden in linux is different to hidden in windows. In linux, if a filename begins with a '.' (full stop/period) then it's hidden. If you want to view hidden files, it really depends on the program you're using. If you are using Nautilus or Konqueror, to file browse, there should be an option to show hidden files somewhere. If you are using a console to list files, use "ls -a" instead of just "ls".
The locate function shouldn't worry about hidden files, so I'm not sure why that didn't work. You only need to run updatedb as root once though (or whenever you've updated a lot of files which you might want to find), not every time you run locate.
|
|
|
All times are GMT -5. The time now is 09:21 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|