And I will skip answering any more replays to this node.

...thats ok,... i will just finish by saying on a properly configured linux system, it's not a problem..... all that will happen is that errors will be thrown if someone tries a file masquerade.

Every linux distro i've seen, always puts files into your filesystem with a 0644 permission, and you need to chmod it to get it to even get it attempted to be executed by the kernel

And if someone tries to slip a malicious binary into a file named as an image, only errors will be thrown when your Desktop(or whatever) tries to open it.....you will get "wrong header or not a correct filetype" errors

Of course, that does not prevent people from shooting themselves in the foot..... anyone can get a malicious file , chmod it +e, and execute it..... thats why they train people to use computers, to avoid those obvious errors ..... the only protection from those idiots is to give them their own sandbox... called a home directory.

And always compile your own from source code.... don't trust RPM's or canned pre-compiled code, unless you have no choice


I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku

In reply to Re^5: Answer: How do I find the type of an image? by zentara
in thread How do I find the type of an image? by ahmad

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.