Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Which Unix Certification is the most needed these days? Post 4403 by Neo on Thursday 9th of November 2000 11:48:38 AM
Old 11-09-2000
A word on 'certification' Smilie

I've been working on UNIX-based systems for over 15 years, including almost every flavor of UNIX under the sky. Never, in my career, have I meet a great UNIX person who was 'certified'. All the great system administrator and programmers have the same thing in common - a lot of reading and hands on experience on the job. There is no classroom experience that can substitute for crashing a live server for a major corporation at 3 am and having the responsibility to get it back on line before business opens or you are 'toast'.

I've worked in places where the system administator was in a training class for a week and while they were away, the backup tape for the major systems was full and ejected itself. They had a automatic email in place to warn, but they were in class Smilie Then, a consultant who was working on a difficult codeing project for a month lost her files. She went to look for the backup tape to restore the files and found the tape ejected !!!! She cried, really.

I've worked with a lot of folks over the years certified on routers, UNIX, MS, etc. I'm sorry to say that none of these people were 10 percent as competent than the people who had a passion for reading and building, hands on. Most certifications are just ways for vendors and suppliers to make money selling training papers.

Want to be great at UNIX? Get a version of UNIX (Linux, BSD, whatever), build a server from scratch and start building and writing C code. Get Rich Stevens books on system level programming and learn to program at the system level. Write your own server and client code, debug the code, work on interprocess communications, debug memory leaks, build shared libs, build static libs, fix corrupt file systems, etc.

Certification is not good for personal knowledge. It is useful when you are just starting to get your foot in the door of a company who requires certification, but you can bet your paycheck that the experts do not have these 'waste of time' pieces of paper. Do you think that Rich Stevens, who wrote the best books on UNIX is 'certified by a vendor?'
How about Linus Torvalds, inventor of Linux? No, they are great UNIX people because they did not take any vendor shortcuts. Patiences, practice, discipline are what builds the foundation for being great at anything, not quick certification classes.

I recommend you go to https://www.unix.com/ and follow the link on the left side to Stevens Classics. Buy Rich Stevens books and start programming network based UNIX projects and learn the internals. This will make you a great UNIX person.

[Edited by Neo on 11-09-2000 at 11:53 AM]
 

10 More Discussions You Might Find Interesting

1. AIX

Password Expiration Days Needed

Hi All, I am using AIX I need to get the Unix "password Expiration Days". I know that "shadow" file contains this information. But shadow file can only be read by root. Note that password expiration date will be set differently for diferrent user accounts. I need to get the inormation for... (0 Replies)
Discussion started by: raj_vkr
0 Replies

2. UNIX for Dummies Questions & Answers

unix certification

hi, Can you you please tell me which will be the best Unix certification to get. (1 Reply)
Discussion started by: asinha14
1 Replies

3. HP-UX

Unix Certification

How can i proceed for Unix Certification(HP-UX)?? Please help.. Also tell me the type of certificattion i should do.. (2 Replies)
Discussion started by: bharat.techie
2 Replies

4. Shell Programming and Scripting

UNIX Certification

Hello Everybody, Is there any unix certification , where i can be a unix certified. (1 Reply)
Discussion started by: pritish.sas
1 Replies

5. UNIX for Advanced & Expert Users

Certification on Unix

Hi all, I want to do a certification on unix, i dont have any idea about it. Can any one help me in where i can get the information on "UNIX CERTIFICATION" Thanks in advance, (1 Reply)
Discussion started by: vij_krr
1 Replies

6. UNIX for Dummies Questions & Answers

Unix Certification

Hi All, I'm need some advice. I have mainly used solaris/hp-ux but would like some sort of basic certification to prove i can do what i do. I eventually need to move on to shell scripting but would like to gain certification/recognition to prove i can do the basic stuff first. Please advise. (2 Replies)
Discussion started by: pure_jax
2 Replies

7. UNIX for Advanced & Expert Users

Regarding Certification in Unix

Hello, I hav been using Unix from last few years as a application developer. Now I am looking for Unix certification. Could you please guide me which all certifications are available? and which one would be good to go for in different unix flavours? Thanks !! (4 Replies)
Discussion started by: JoeColeEPL9
4 Replies

8. Shell Programming and Scripting

UNIX Certification

Hi, I am willing to do UNIX certification other than Administration. Could any one suggest me which unix developers certification will be better to do get good employment opportunities. Thanks in advance.:b::b: (2 Replies)
Discussion started by: jhon1257
2 Replies

9. UNIX for Dummies Questions & Answers

UNIX Certification

Hi, I want to do UNIX certification(Basic) from NIIT. Can any one help me with the dumps? :) Thanks (1 Reply)
Discussion started by: Sharma331
1 Replies

10. UNIX for Dummies Questions & Answers

UNIX certification

Hi there, I have 7+ IT experience worked in various support project in unix, pl/sql and C. I would like to take certification in unix (but I worked in shell scripting not in admin). I surfed net for certification but all are suggesting for admin certification like redhat, scsa..... I want to... (0 Replies)
Discussion started by: stew
0 Replies
Net::Server::Proto::UNIX(3pm)				User Contributed Perl Documentation			     Net::Server::Proto::UNIX(3pm)

NAME
Net::Server::Proto::UNIX - Net::Server UNIX protocol. SYNOPSIS
See Net::Server::Proto. DESCRIPTION
Protocol module for Net::Server. This module implements the UNIX SOCK_STREAM socket type. See Net::Server::Proto. Any sockets created during startup will be chown'ed to the user and group specified in the starup arguments. PARAMETERS
The following paramaters may be specified in addition to normal command line parameters for a Net::Server. See Net::Server for more information on reading arguments. unix_type Can be either SOCK_STREAM or SOCK_DGRAM (default is SOCK_STREAM). This can also be passed on the port line (see Net::Server::Proto). However, this method is deprecated. If you want SOCK_STREAM - just use proto UNIX without any other arguments. If you'd like SOCK_DGRAM, use the new proto UNIXDGRAM. METHODS
NS_unix_path/NS_unix_type In addition to the standard NS_ methods of Net::Server::Proto classes, the UNIX types also have legacy calls to NS_unix_path and NS_unix_type. Since version 2.000, NS_unix_path is simply an alias to NS_port. NS_unix_type is now redundant with NS_proto. These methods were missing between version 2.000 and 2.003 but have been returned as legacy bridges. QUICK PARAMETER LIST
Key Value Default # deprecated UNIX socket parameters unix_type (SOCK_STREAM|SOCK_DGRAM) SOCK_STREAM port "filename" undef # more recent usage port "filename / UNIX" port "filename / UNIXDGRAM" LICENCE
Distributed under the same terms as Net::Server perl v5.14.2 2012-06-06 Net::Server::Proto::UNIX(3pm)
All times are GMT -4. The time now is 11:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy