Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Which Unix Certification is the most needed these days? Post 4406 by PxT on Thursday 9th of November 2000 05:35:28 PM
Old 11-09-2000
While its true that being certified does not necessarily make you a good sys admin, it still couldnt hurt you.
If you have only a year or two of experience in the field, and are out looking for a new position, a certification can help show a potential employer that you are worthy of consideration.

Unlike Novell or MS, Unix certification is by no means required to land a good job... I hold no certifications, and have had no trouble finding good sys admin positions.

Like Neo said, the best thing to do is just learn what you are interested in... the availability of free/inexpensive OS's such as Linux, *BSD, Solaris, etc. will help you tremendously in this goal!

Good luck, and have fun!

 

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
MKMANIFEST(1)						      General Commands Manual						     MKMANIFEST(1)

NAME
mkmanifest - create a shell script to restore Unix filenames SYNOPSIS
mkmanifest [ files ] DESCRIPTION
Mkmanifest creates a shell script that will aid in the restoration of Unix filenames that got clobbered by the MSDOS filename restrictions. MSDOS filenames are restricted to 8 character names, 3 character extensions, upper case only, no device names, and no illegal characters. The mkmanifest program is compatible with the methods used in pcomm, arc, and mtools to change perfectly good Unix filenames to fit the MSDOS restrictions. EXAMPLE
I want to copy the following Unix files to a MSDOS diskette (using the mcopy command). very_long_name 2.many.dots illegal: good.c prn.dev Capital Mcopy will convert the names to: very_lon 2xmany.dot illegalx good.c xprn.dev capital The command: mkmanifest very_long_name 2.many.dots illegal: good.c prn.dev Capital > manifest would produce the following: mv very_lon very_long_name mv 2xmany.dot 2.many.dots mv illegalx illegal: mv xprn.dev prn.dev mv capital Capital Notice that "good.c" did not require any conversion, so it did not appear in the output. Suppose I've copied these files from the diskette to another Unix system, and I now want the files back to their original names. If the file "manifest" (the output captured above) was sent along with those files, it could be used to convert the filenames. SEE ALSO
arc(1), pcomm(1), mtools(1) local MKMANIFEST(1)
All times are GMT -4. The time now is 03:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy