Most advanced opensource OS that is resellable


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Most advanced opensource OS that is resellable
# 8  
Old 01-06-2007
Quote:
Originally Posted by 903029m3k
How does FreeBSD compare to linux when it comes to licensing? Is it more "redistributable"?
Yes, the FreeBSD license only requires that you give them credit for the OS and absolve them of any adverse effects.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Homework & Coursework Questions

Unix opensource

hello Unix is open source..is it? What is open source? Can anyone explain shortly? (1 Reply)
Discussion started by: csharpque
1 Replies

2. What is on Your Mind?

Opensource licenses?

Someone was asking the below on our mailing list and i thought of sharing with you guys, what do you think? P.S: if this is the wrong forum i couldn't find something related to 'opensource' as main forum so i posted here, moderators feel free to move. Hello, I want to opensource something... (1 Reply)
Discussion started by: Bashar
1 Replies

3. Linux

Best Mailing Solution in OpenSource??

Hello Dear Members, I am interested in setting up a mailing solution for my organization with some hundreds of employees. Please tell what are minimum things to set up? Please suggest best combinations in term of OS, Mail Servers and others requirements in Open Source. The solution... (11 Replies)
Discussion started by: krishna.lu
11 Replies

4. What is on Your Mind?

Want to contribute to unix opensource projects.

Hello , I am C++, Objective C , Qt ,developer on Mac OS X, iOS having around 4+ years of experience. I never got a chance to work on System Level programming. But I am very much interested in it. I don't want to do UI programming any more but I am doing just because of my current job profile.... (2 Replies)
Discussion started by: want2bcomecoder
2 Replies

5. Solaris

OpenSource / Free backup and restore solution for Solaris 10

Is there any free /opensource backup&restore solution available for solaris10 i want to backup Solaris10 machine with oracle 9 version. (0 Replies)
Discussion started by: kashif_islam
0 Replies

6. UNIX and Linux Applications

difference between oracle glassfish and glassfish opensource

questions. What's basically the difference between if I use the opensource and oracle glassfish (the one that requires license for production use)? Is there an evaluation period for the latter? Pls advise (0 Replies)
Discussion started by: lhareigh890
0 Replies

7. UNIX for Dummies Questions & Answers

Advanced LS?

My goal is simply to output a listing of all files in a directory and all subdirectories, one per line, ****with their full path****. The *** part is what I can't figure out. I can get one on a line and I like having the extra info, so I'm using ls -Rl right now. But what I get is just the... (2 Replies)
Discussion started by: bostonrobot
2 Replies

8. Shell Programming and Scripting

Bash? Opensource?

I'm currently writing a paper about the merits of Python as a complete replacement for Bash. Sources suggest that bash isnt opensource, but they do not actually say that the source is closed, they only state that it i very much controlled? Can anybody tell me if bash is open or closed so that... (1 Reply)
Discussion started by: BISH
1 Replies
Login or Register to Ask a Question
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 package since version 2.15.1 and is available from ftp://ftp.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)