Question

  • Creator
    Topic
  • #2268496

    exe files in linux

    Locked

    by goodnews2abhi ·

    where can i find .exe files in linux after executing any program

All Answers

  • Author
    Replies
    • #2510257

      Clarifications

      by goodnews2abhi ·

      In reply to exe files in linux

      Clarifications

    • #2510216

      .exe files in linux

      by uv7 ·

      In reply to exe files in linux

      Linux containes files that are executable, but unlike Windows there are no .exe files. Scripts are what start and stop programs.

      • #2527307

        “no .exe files” not strictly true

        by k07xs8c02 ·

        In reply to .exe files in linux

        Unless Linux is vastly different from UNIX,
        that really isn’t the case.
        There are executable programs,
        they just don’t have “.exe” at the end.
        So, to run the program to copy a file from one place to another,
        I type “mv filename foldername”,
        rather than “mv.exe filename foldername”.
        To run my HTML generator,
        I type “tag b i u”
        rather than “tag.exe b i u”
        One *can*, however, run programs from inside scripts, and those scripts (usually) don’t have extensions either,
        unlike “batch scripts” on DOS/Windows,
        which end it “.BAT”.
        But even inside those “shell scripts”
        (as they call them),
        executable programs are invoked by just their names,
        and those names almost never have an extension such as “.exe”.
        Email me if you want Too Much Information.
        🙂

Viewing 1 reply thread