[TUHS] UNIX of choice these days?

Derek Fawcus dfawcus+lists-tuhs at employees.org
Fri Sep 29 03:57:26 AEST 2017


On Thu, Sep 28, 2017 at 06:44:20PM +0100, Derek Fawcus wrote:
> On Thu, Sep 28, 2017 at 08:34:28AM -0400, Chet Ramey wrote:
> > Yes, that changed in 2007 based on bug reports you filed while working at Cisco.
> 
> So fd 255 is my fault? :-)

Or not - given that macOS, using an older bash already used 255:

$ set|fgrep VERSION
BASH_VERSION='3.2.57(1)-release'
$ lsof -p $$|fgrep CHR
bash    6843 derek    0u   CHR  16,10  0t554677     701 /dev/ttys010
bash    6843 derek    1u   CHR  16,10  0t554677     701 /dev/ttys010
bash    6843 derek    2u   CHR  16,10  0t554677     701 /dev/ttys010
bash    6843 derek  255u   CHR  16,10  0t554677     701 /dev/ttys010

DF




More information about the TUHS mailing list