Sponsored Content
Full Discussion: Getting AIX certification
Operating Systems AIX Getting AIX certification Post 302802653 by atul9806 on Saturday 4th of May 2013 07:52:43 AM
Old 05-04-2013
Hi Malayo
No need for AIX 6.1 basic but for administration.
I have cleared AIX 6.1 fundamental exam. It is just based on LINUX/AIX commands, you need to have just a linux system where you can work on commands. and on the net , you can find the guide which have all 5 days training material, so best of luck.

Thanks
Atul Singh
This User Gave Thanks to atul9806 For This Post:
 

10 More Discussions You Might Find Interesting

1. AIX

aix certification

Hi Can any one let me know from where i can give aix certification exam. (3 Replies)
Discussion started by: vjm
3 Replies

2. AIX

Reg books of Aix certification

hi, I am satheesh Kumar. I am going to take IBM:AIX Basic Operations V5;Test 190 certification. I couldnt find good study material for that. So, Can any one suggest me some good books or e-study material for that. (1 Reply)
Discussion started by: satheesh83
1 Replies

3. AIX

Aix Certification Information

Hi, I want to know what is next certification after 222, Any Idea? (1 Reply)
Discussion started by: manoj.solaris
1 Replies

4. AIX

Aix certification (223)

Hi, I would like to complete AIX certification (code -223). Is there any difference between old 222 and 223 exam..? Please guide me in getting the docs for preparation of exam 223..I have got redbook "IBM Certification Study Guide Eserver p5 and pSeries Administration and Support for AIX 5L... (8 Replies)
Discussion started by: to_bsr
8 Replies

5. AIX

AIX Certification

Just wondering if this is worth having? Any thoughts, opinions welcomed. (1 Reply)
Discussion started by: bbbngowc
1 Replies

6. AIX

IBM AIX certification (Test 00190)

I am planning to do AIX certification (190). Please can anyone suggest me a book from where I can prepare. Waiting anxiously for your reply !!! NOMEE (3 Replies)
Discussion started by: nomeealy
3 Replies

7. AIX

aix certification

hi, hi i want to give aix 000-400 system admin cirtification can any body help me in getting dumps. (1 Reply)
Discussion started by: pradeep panigra
1 Replies

8. AIX

Information required for AIX certification

Hello friends, I want some information on AIX certification and want to give the AIX certification exam but not getting the proper information required. Basically when I am trying to search the information about this certification getting different options like "AIX p series certification" Aix... (6 Replies)
Discussion started by: naman agarwal
6 Replies

9. UNIX for Dummies Questions & Answers

can i do AIX certification..

Hi all, I heard abt AIX course, is it good for my carrer?..:confused: I am a Bsc graduate.. Thanks in advance.. (1 Reply)
Discussion started by: gowtham16
1 Replies

10. AIX

AIX certification

Hello Team, Am working as a system consultant for the AIX 6.1 OS which is running on IBM Power 740 past one year. I've part of installation, administration, security, user administration and configuring HACMP work's. I would like to get certify in AIX 6.1 and HACMP. Please... (1 Reply)
Discussion started by: gowthamakanthan
1 Replies
LINUX-VERSION(1)					      General Commands Manual						  LINUX-VERSION(1)

NAME
linux-version - operate on Linux kernel version strings SYNOPSIS
linux-version compare VERSION1 OP VERSION2 linux-version sort [--reverse] [VERSION1 VERSION2 ...] linux-version list [--paths] DESCRIPTION
linux-version operates on Linux kernel version strings as reported by uname -r and used in file and directory names. These version strings do not follow the same rules as Debian package version strings and should not be compared as such or as arbitrary strings. compare VERSION1 OP VERSION2 Compare version strings, where OP is a binary operator. linux-version returns success (zero result) if the specified condition is satisfied, and failure (nonzero result) otherwise. The valid operators are: lt le eq ne ge gt sort [--reverse] [VERSION1 VERSION2 ...] Sort the given version strings and print them in order from lowest to highest. If the --reverse option is used, print them in order from highest to lowest. If no version strings are given as arguments, the version strings will instead be read from standard input, one per line. They may be suffixed by arbitrary text after a space, which will be included in the output. This means that, for example: linux-version list --paths | linux-version sort --reverse will list the installed versions and corresponding paths in order from highest to lowest version. list [--paths] List kernel versions installed in the customary location. If the --paths option, show the corresponding path for each version. AUTHOR
linux-version and this manual page were written by Ben Hutchings as part of the Debian linux-base package. 30 March 2011 LINUX-VERSION(1)
All times are GMT -4. The time now is 03:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy