Sponsored Content
Full Discussion: Hp-ux
Top Forums UNIX for Dummies Questions & Answers Hp-ux Post 36568 by TioTony on Friday 30th of May 2003 11:34:21 PM
Old 05-31-2003
HP-UX is not free. The basics are the same as RedHat (ls, cat, cd, etc). However, the kernel, disk management, etc are considerably different. It also does not run on x86 architechture (depending on how you classify Itanium).

There are some good books specific to HPUX, unfortunately I can't remember the names off the top of my head.

I don't know if I can offer any good advice on how to learn HPUX easily. It was just a progression for me. I started on AIX and Linux in college. My first job sent me to Solaris admin courses, and my current position has Tru64, Linux, Solaris, AIX, and HP-UX - All of which I must know to some degree. Usually if you get good at one or two, the others aren't too different and you can figure it out.
 
UUID_COMPARE(3) 						    Libuuid API 						   UUID_COMPARE(3)

NAME
uuid_compare - compare whether two UUIDs are the same SYNOPSIS
#include <uuid/uuid.h> int uuid_compare(uuid_t uu1, uuid_t uu2) DESCRIPTION
The uuid_compare function compares the two supplied uuid variables uu1 and uu2 to each other. RETURN VALUE
Returns an integer less than, equal to, or greater than zero if uu1 is found, respectively, to be lexigraphically less than, equal, or greater than uu2. AUTHOR
Theodore Y. Ts'o AVAILABILITY
libuuid is part of the util-linux-ng package since version 2.15.1 and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux- ng/. SEE ALSO
uuid(3), uuid_clear(3), uuid_copy(3), uuid_generate(3), uuid_is_null(3), uuid_parse(3), uuid_unparse(3) util-linux-ng May 2009 UUID_COMPARE(3)
All times are GMT -4. The time now is 11:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy