> I worked with a couple of java programmers that needs to work on > Unix / Linux project. Do you have recommendation on books that teaches Unix > / Linux from ground up? >
I recommend The Linux Command Line (http://linuxcommand.org/tlcl.php). It covers basic user tasks as well as shell scripting. I expect that's most of what a Java coder would need. Beyond that, they can just download and install their favorite IDE (Eclipse, NetBeans, etc.) For a more detailed view of how Linux is designed and how it works, The Linux Programming Interface (http://www.amazon.com/The-Linux-Programming-Interface-Handbook/dp/1593272200) is quite good. Probably not of much use to Java coders though. -- Justin Jereza LPIC-2 _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

