Re: Unix Runnable format



On 2009-09-16 13:48, Jasen Betts wrote:
On 2009-09-15, undisclosed <undisclosed> wrote:
Tha application being used is windows 2003 notepad,

the reason being why i am unabkle to awnser the question myself is
orginally the files were manually copied on the same linux box between
accounts upon completion as a form of test.

However since this has been changed to an assignment i am required to
hand in a CD holding unix runnable format, rather then just do a simple
C&P

in unix the file name does not determine if the file can be executed,
it's the file attributes that do it. recording a CD with unix file
attributes from windows could be tricky.

ask your instructor if you need the file execute permissions set on the cd or if just starting the files with a line like #!/bin/bash -- is enough.




If a file is not set to be executable the shebang is completely ignored.
The only way to run it is to use the file as input to a shell, and it's
your job to choose the right one.

But it was maybe a trick question to the instructor.

I CD can't have unix permissions or links, so all files must be packaged
in archives like tar, zip , rpm , deb and so on, or even a file system image.
This is not needed for files that can have the default permission, like
documents, pictures , videos ....

What most windows users don't know at all is that unix will use rock ridge
extension for file names on a CD while windows use Juliet, but lucky for
them, most linux users know that windows can't read rock ridge.
Linux can read any of them of course.

/bb
.



Relevant Pages

  • Re: The Problems With Linux
    ... > Here are the problems with Linux: ... programmers of UNIX, Open Source software, and Shareware. ... programs only available from BSD. ... BSD code is used by Microsoft in it's Windows NT/9x/2K/XP code. ...
    (comp.os.linux)
  • Re: What is a MVP?
    ... I made no claim about my person other than I worked as support for Unix ... Windows is like a platform. ... Do I consider you to be yet another Linux troll?.. ...
    (microsoft.public.windowsxp.general)
  • RE: [Full-Disclosure] CyberInsecurity: The cost of Monopoly
    ... I've used UNIX, ... I've used/use Linux, ... > inefficient operating system - if most other Windows ... This is why I don't run POS operating systems. ...
    (Full-Disclosure)
  • Re: Linux no threat to Microsoft
    ... originally developed for Unix. ... Windows has't come on any of the machines I've ever purchased. ... Yet over those years Linux Market Share on the desktop has actually ... philosophy of Apple - later adopted by Microsoft. ...
    (comp.os.linux.setup)
  • Re: Where to start?
    ... > - NO knowledge of Linux or Unix ... Get the latest set of Slackware CD's. ... But don't hog tie yourself with the Windows way of doing things. ...
    (comp.os.linux.misc)

Loading