Deal on Linux CD-ROMs
Albert Cahalan
albert at ccs.neu.edu
Tue May 16 14:08:30 EDT 1995
> Can you tell me how I could quickly check - I've got the cdroms and can
> check for you if they are elf based...
>>> Micro Center, the new computer store on Memorial Drive in Cambridge,
>>> has copies of the InfoMagic Linux Developer's Resource 4 CD set
>>> (the one with Slackware 2.2 a.k.a. Linux 1.2.1) for under $10!
>>> They also have the Walnut Creek 2 CD sets for $10-something.
> >Are these disks current?
> >Also, are the binaries on the CDs ELF-based?
Try this:
#!/bin/sh
for i in /proc/[0-9]*
do
cat $i/cmdline
echo
ldd $i/exe
done
More information about the Discuss
mailing list