http://qs321.pair.com?node_id=702362


in reply to Re: Unix shell versus Perl
in thread Unix shell versus Perl

Well, that quite depends on the setup. Many Linux distros use one big partition by default anyway (or at least have /usr on the root mount), so once you have anything, you have perl (assuming it's in /usr/bin/perl). And traditionally, the root mount contained /bin with just a small set of programs, just enough to get to the stage to mount other file systems. Anything interesting would be in /usr/bin anyway. Furthermore, mounting other file systems happens pretty early in the boot process anyway - so most rc scripts will have perl available, even if perl is not on the root mount.

But I've also worked for a company where we used Linux boxes that only had 2 Mb of memory, 25 Mb disks, and for which the OS had to be installable from a single floppy disk. Needless to say, said boxes didn't have Perl, although I used Perl a lot to create the distros.

Replies are listed 'Best First'.
Re^3: Unix shell versus Perl
by Bloodnok (Vicar) on Aug 05, 2008 at 14:49 UTC
    ...there's an awful lot "goes on" after getting to single user run level...i.e. before the rest of the file systems are checked & mounted.

    A user level that continues to overstate my experience :-))