Find the answer to your Linux question:
Results 1 to 3 of 3
Hi guys, is there any of you know how to open a file with *.lit extension? coz i have this file with the extension, and i still can't open it ...
  1. #1
    Just Joined! braintoxin's Avatar
    Join Date
    Apr 2005
    Posts
    19

    Question about file tipes

    Hi guys, is there any of you know how to open a file with *.lit extension? coz i have this file with the extension, and i still can't open it

    Thanks for the reply

  2. #2
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,088
    You can go here to see what kind of file it is and click on the extension to see what opens it:

    http://filext.com/
    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.

  3. #3
    Linux Enthusiast KenJackson's Avatar
    Join Date
    Jun 2006
    Location
    Maryland, USA
    Posts
    506
    Regardless of the file extension, if it is a recognizable format, the 'file' command will probably recognize it. If it is data.lit, just type:
    Code:
    $ file data.lit
    If that doesn't work, you may want to peek inside with the 'strings' command, which outputs ASCII character sequences to stdout. Type:
    Code:
    $ strings data.lit | less

Posting Permissions

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