Find the answer to your Linux question:
Results 1 to 3 of 3
Can you tell me how to get to this file please /.thunderbird/<Profile name>/ It's been a long time since I used Linux, I'm trying to reload my Thunderbird profile and ...
  1. #1
    Just Joined!
    Join Date
    Dec 2007
    Posts
    14

    Maneuvering thru files

    Can you tell me how to get to this file please

    /.thunderbird/<Profile name>/

    It's been a long time since I used Linux, I'm trying to reload my Thunderbird profile and I've forgotten how to get around the filing system.

    Thanks

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,975
    If you want to access your personal thunderbird profile, it is found in ~/.mozilla/thunderbird/<Profile_name>, NOT in /.thunderbird or ~/.thunderbird.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    The dot in front of the folder name means that it's a hidden folder/file, so you'll need to set your file manager to show hidden files before you can see it.

    Should you wish to use the command line, you can use the ls command to list your folders and files:

    Code:
    ls -a
    ...the inclusion of the -a should list all folders/files including the hidden ones.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...