Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Most advanced opensource OS that is resellable Post 302101287 by Perderabo on Saturday 30th of December 2006 08:33:18 PM
Old 12-30-2006
For Unix, ou would need to buy a Unix license from, I guess, SCO. HP sells HP-UX and IBM sells AIX. In both cases they started with Unix and added their own work. I would expect that to cost several million dollars.

As for opensource Linux, you can make mods and sell the result as long as you also offer the modified OS for free and this includes source code. Redhat and SuSE use this approach.
 

8 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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
File::Spec::Cygwin(3pm) 				 Perl Programmers Reference Guide				   File::Spec::Cygwin(3pm)

NAME
File::Spec::Cygwin - methods for Cygwin file specs SYNOPSIS
require File::Spec::Cygwin; # Done internally by File::Spec if needed DESCRIPTION
See File::Spec and File::Spec::Unix. This package overrides the implementation of these methods, not the semantics. This module is still in beta. Cygwin-knowledgeable folks are invited to offer patches and suggestions. canonpath Any "" (backslashes) are converted to "/" (forward slashes), and then File::Spec::Unix canonpath() is called on the result. file_name_is_absolute True is returned if the file name begins with "drive_letter:", and if not, File::Spec::Unix file_name_is_absolute() is called. tmpdir (override) Returns a string representation of the first existing directory from the following list: $ENV{TMPDIR} /tmp $ENV{'TMP'} $ENV{'TEMP'} C:/temp Since Perl 5.8.0, if running under taint mode, and if the environment variables are tainted, they are not used. case_tolerant Override Unix. Cygwin case-tolerance depends on managed mount settings and as with MsWin32 on GetVolumeInformation() $ouFsFlags == FS_CASE_SENSITIVE, indicating the case significance when comparing file specifications. Default: 1 COPYRIGHT
Copyright (c) 2004,2007 by the Perl 5 Porters. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.16.2 2012-10-11 File::Spec::Cygwin(3pm)
All times are GMT -4. The time now is 09:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy