Sponsored Content
Full Discussion: HP-UX Certifications
Operating Systems HP-UX HP-UX Certifications Post 302546876 by psicopunk on Friday 12th of August 2011 10:32:35 AM
Old 08-12-2011
Question HP-UX Certifications

Hi,

I am planning to get certified on HP-UX.

I googled about HPUX Certifications. I understand that I need to pass on exam HP0-A01 but I find many references to HP0-095.

I bought this book:
HP-UX: HP Certification Systems Administrator, Exam HP0-A01 - Training Guide and Administrator's Reference, 3rd Edition


Is there any simulator or site where I can practice HP-UX commands and technologies?


How can I prepare to this exam?

Best regards
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UNIX certifications

Are there any nationally recognized UNIX certifications, similar to A+., for basic unix and system admin skills? thanks (1 Reply)
Discussion started by: pacsman
1 Replies

2. What is on Your Mind?

Unix certifications

Hi all, I'm new to this forum also to unix, but eager to learn unix. Can any one gimme the certifications/exams available to validate our unix strengths. (7 Replies)
Discussion started by: sarang
7 Replies

3. UNIX for Dummies Questions & Answers

What Certifications to be done in UNIX

Hello I am a newbie i learnt Shell programming and Unix Internals.Well plz advice me what certifications i shud do as i have free time and want to utilize my time :) (1 Reply)
Discussion started by: strawberry
1 Replies

4. Shell Programming and Scripting

Certifications in Unix?

Guys, I just want information abt certifications available for unix. If they exist can anyone give some info them. Making clear I am pointing to developer level exams, not admin side. Thanks, Sharif.S (0 Replies)
Discussion started by: sharifhere
0 Replies

5. AIX

Aix Certifications

Hi , I want to know aix certifications,How to perepare for that ?How many number of papers are there? (12 Replies)
Discussion started by: manoj.solaris
12 Replies

6. Shell Programming and Scripting

UNIX Certifications

Hi All, Can anybody let me know if there is any Unix certification course which will provide basically programming in Unix. (4 Replies)
Discussion started by: darshakraut
4 Replies

7. What is on Your Mind?

Certifications in Linux

Hi , I am working in Perl/Shell Script for past 3 years.I am planning to learn and switch my Career as Linux Admin.So Please suggest some certifications to learn about it.Do we have separate sub categories/area of specifications in Linux Admin ? Like Virtualization ,Vmware,storage. ... (0 Replies)
Discussion started by: Ajaytts123
0 Replies

8. What is on Your Mind?

Are certifications worth it?

I have just been on RedHat SA 3 training course (4 days) and sat exams EX200 (RHCSA) and EX300 (RHCE) The daft thing was that politics meant I wasn't allowed to take courses SA 1 or 2. So I learnt about stuff I would never use (SELinux; iSCSI; NFS Kerberos encrypted with user specific access... (22 Replies)
Discussion started by: rbatte1
22 Replies
Shape(3I)						    InterViews Reference Manual 						 Shape(3I)

NAME
Shape - what shape a canvas should have SYNOPSIS
#include <InterViews/shape.h> DESCRIPTION
A shape specifies the desired characteristics of a canvas. An interactor should set the fields of its shape when it is reconfigured and should call Change on its parent if any of these fields change. The dimensions of a shape are defined by a ``natural'' size, a stretch amount, and a shrink amount. The width and height fields indicate the desired sizes. The hstretch, vstretch, hshrink, vshrink fields define how flexible these desired sizes are. For example, an interac- tor may have a natural size of 100, but can adequately handle any size between 50 and 200. The stretchability for this case would be 100 and the shrinkability 50. The constants hfil and vfil are provided to indicate ``infinite'' stretching or shrinking. They are represented as very large numbers and manipulated exactly the same as other stretch and shrink parameters. The aspect field specifies the desired aspect ratio. A value of zero means any aspect is acceptable. The hunits and vunits fields indicate that the canvas dimensions should be multiples of some values. PUBLIC OPERATIONS
Shape() Construct a new shape with undefined natural size and infinite stretchability and shrinkability in both directions. boolean Defined() boolean Undefined() Test if the shape's natural size is defined or not. void Rect(int width, int height) void Square(int side) Short-hand for setting the dimensions of the shape. Square sets both dimensions to side and sets the aspect ratio to one. void Rigid(int hshrink, int hstretch, int vshrink, int vstretch) void Rigid() Set the stretchability and shrinkability fields of the shape. If no arguments are specified, the fields are set to zero. void SetUndefined() Reset the shape's natural size to be undefined. SEE ALSO
Interactor(3I), Scene(3I) InterViews 15 June 1987 Shape(3I)
All times are GMT -4. The time now is 06:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy