Sponsored Content
Full Discussion: Free UNIX version
Top Forums UNIX for Dummies Questions & Answers Free UNIX version Post 58152 by moxxx68 on Sunday 14th of November 2004 10:40:43 PM
Old 11-14-2004
Java

this is just my point of view.. but if you claim you want to learn unix what you are really saying is you neither know unix nor linux since they are both quite close.. but different in their own way! I apologize for the misunderstanding but unix and linux is used loosely sometimes since at our level (newebies and some) it doesn't make much difference what that difference is.. but I myself thought the same thing when I started but linux is actually a lot more advanced and developed quoting Paul Sheer author of Rute Tuturial and Exposition for LInux system admin.. he also tells that it is easier to learn. if you are downloading for a server type enviroment I would go with the "Unix" if you are going with the learning which is what is important then I would say as would many that linux is much more flexible, easier to learn with and more advanced in many ways and to go with linux then move to "Unix" .. I have taken a look at both.. and in one year I have learnt quite a bit and had to swallow my pride a little in many ways.. since I underestimated the power of linux, the difficulty of Unix and the true facts behind the two including the fact they go back to 1969.. i truely believe that if you are trying to learn unix the smarter choice would be to learn linux first unless there is some reason that you must use Unix like a Unix server enviroment.. even though if you know nothing I would still try out linux and read up on unix before making the move.. just my thought.
moxxx68
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Free/Educational Unix for PC??

1) Which versions of unix are available free or for educational purposes for PC. I see that the solaris binaries cannot be used on PC. 2) When I installed Linux RedHat, I had to make a partition in ext3 format. Will I have to do something similar for unix? BTW, my linux red hat os will not... (5 Replies)
Discussion started by: LANSTARR.COM
5 Replies

2. UNIX for Dummies Questions & Answers

free vs commercial Unix

First off, I apologize for making my first post here a question that has probably been asked over a billion times... however with the ever changing nature of technology, it almost seems like yesterday's answers are no longer applicable. Basically I am looking to start up a business and am trying... (15 Replies)
Discussion started by: Verbose Bob
15 Replies

3. UNIX for Dummies Questions & Answers

Free Shareware for UNix.

Hello Guys, Just started with unix. I need it to keep my job. I need a free downloadable Unix simulator to use. I already have a unix material i'm reading. Any ideas. :) (1 Reply)
Discussion started by: iwegbue3
1 Replies

4. Solaris

Migrate unix version 8 to version 9

i have a program writing in PRO C which currently running in unix version 8 tie with oracle 8i, but in the future company gonna migrate this OS to version 9. Anything i have to prepare for my PRO C program to run in unix version 9? or anything would that impact my program couldn't run well? what... (2 Replies)
Discussion started by: lsy
2 Replies

5. UNIX for Dummies Questions & Answers

Free unix software

I used to have a free software on my computer to practice unix. Unfortunately, I had to rebuild the laptop after it was infected by a virus. Now I cannot remember the website where to download the software. Can anyone point me to a site? Thanks! (2 Replies)
Discussion started by: Ernst
2 Replies
UUID_COMPARE(3) 						    Libuuid API 						   UUID_COMPARE(3)

NAME
uuid_compare - compare whether two UUIDs are the same SYNOPSIS
#include <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 lexicographically less than, equal, or greater than uu2. AUTHOR
Theodore Y. Ts'o AVAILABILITY
libuuid is part of the util-linux package since version 2.15.1 and is available from https://www.kernel.org/pub/linux/utils/util-linux/. 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 May 2009 UUID_COMPARE(3)
All times are GMT -4. The time now is 01:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy