Originally posted by m brown:
ive been job searching alot and i discovered that alot of employers required linux/unix experience.....ive used unix before at university, wrote shell scripts, etc...but ive only used the linux operating system once....
do most companies use linux the tasks they accomplish? what exactly should i know about linux
Most companies use real Unix, typically either Solaris or AIX. Some very large companies use Z/OS which is a combination between AIX and the old mainframe MVS.
Most of what you need to know about Unix is the same as it is in Linux, for this reason its often refered to as *Nix. My choice would be to get a free download of Solaris 10, install it on either Sparc or Intel and learn the low level commands. The really important ones are:
- how does the system start up and shut down, /etc/rc* etc.
- VI, it's a nasty piece of work, but you can't avoid it
- find
- man, even if you know nothing else, this will help
- sed, awk, and perl, how to write really complex scripts
- X, and all its pomps.
Once you know these, you will probably benefit from installing some serious software, I'd start with:
- Oracle
- Apache
-
Tomcat - modjk
-
struts - velocity
- hibernate
Just getting that all running should give you quite a bit of exercise, especially if you get Apache and Tomcat to work together on the same port. Once that's all up do something useful with it.