Proper nounWikipedia has an article on: UnixUNIX or Unix
Related termsFrom Wiktionary under the GNU Free Documentation License. Unix (officially trademarked as UNIX, sometimes also written as Unix with small caps) is a computer operating system originally developed in 1969 by a group of AT&T employees at Bell Labs, including Ken Thompson, Dennis Ritchie, Brian Kernighan, Douglas McIlroy, and Joe Ossanna. Today's Unix systems are split into various branches, developed over time by AT&T as well as various commercial vendors and non-profit organizations. The Open Group, an industry standards consortium, owns the “Unix” trademark. Only systems fully compliant with and certified according to the Single UNIX Specification are qualified to use the trademark; others may be called "Unix system-like" or "Unix-like" (though the Open Group disapproves of this term). However, the term "Unix" is often used informally to denote any operating system that closely resembles the trademarked system. During the late 1970s and early 1980s, the influence of Unix in academic circles led to large-scale adoption of Unix (particularly of the BSD variant, originating from the University of California, Berkeley) by commercial startups, the most notable of which are Solaris, HP-UX and AIX. Today, in addition to certified Unix systems such as those already mentioned, Unix-like operating systems such as Linux and BSD descendants (FreeBSD, NetBSD, and OpenBSD) are commonly encountered. The term "traditional Unix" may be used to describe a Unix or an operating system that has the characteristics of either Version 7 Unix or UNIX System V. From Wikipedia under the
GNU Free Documentation License What is the advantage of the Unix/Linux system compared to other operating systems? Q. Is there a advantage of a Unix/Linux system compared to other operating systems? That is, its structure and ability for large systems such as the ware house or mega databases? What is the advantage of the Unix/Linux system compared to other operating systems? I mean, why do big systems use Unix? Asked by Forward - Sun Jun 7 03:50:31 2009 - - 11 Answers - 0 Comments A. Any system stemming from the Unix architecture will be more secure and stable than "the other guys". If your keeping a mega database then security and stability should be your top priority and this is what these Unix based systems offer. Every OS has it's faults and the only real fault I've seen with Linux/Unix is the learning curve when moving from one of "the other guys". Though, that's not really their fault now is it? Answered by NWO PR Rep - Sun Jun 7 03:58:23 2009 How to find particular characters in latest 15 or more log files in unix through command? Q. I want to find some character in logs files, but in log folder we have thousands of file, but i want search in latest file may 15 or 20 or 25. Please suggest unix command for this. Asked by Kamal - Sun Nov 16 02:06:13 2008 - - 2 Answers - 0 Comments A. Thats really easy: In your log folder do - ls -1tr | tail -15 | xargs -I {} grep "Something to find" {} Obviously replace "Something to find" with whatever your looking for Answered by geek - Wed Nov 19 11:08:00 2008 How do i compile a program using a main and object in unix?
Q. For example, I want to create a void function, then put it into a separate object file. (.o) I want to have the main file as .c, then combine the main file and the object file into one .exe file in unix. How would I do this? Is there a certain code I need to write to tweak the code to tell the main to link to the object? Asked by sephrem99 - Tue Mar 23 00:59:04 2010 - - 1 Answers - 0 Comments A. On *nix platforms you usually compile programs with a makefile. If you are unfamiliar with makefiles hit Google to learn all you ever wanted to know about them. Here is a very short one: --- CORE = core.o ABOUT = about.o LIBS = libstdc+ program = test objects = $(CORE) $(ABOUT) .SUFFIXES: .o .cpp .cpp.o : gcc -c -o $@ $< all: test about test: $(PROGRAM) $(PROGRAM): ${OBJECTS} gcc -o $(PROGRAM) $(OBJECTS) $(LIBS) --- Now for the source members... about.hpp #ifndef ABOUT_HPP #define ABOUT_HPP extern "C"{ void display_dialog(char* version=0); } #endif There's nothing special about the "about.cpp" file, it just contains that display_dialog() function. Now lets look at the core.cpp file (there's nothing special… [cont.] Answered by Benny - Tue Mar 23 01:42:34 2010 From Yahoo Answer Search: "unix" Why battery life sucks - All About Symbian
Mon, 06 Sep 2010 11:30:10 GMT+00:00 All About Symbian Furthermore, he blames mobile platforms being based on the Unix /POSIX/Linux family of operating systems, stating that these systems were never planned to ... SCO gets sale approval - Register
Wed, 01 Sep 2010 10:46:24 GMT+00:00 Register SCO's Unix is still in use, and still bringing in revenues. Potential bidders must file interest, and evidence of assets to pay for the purchase, ... Differences between a general-purpose computer and a special-purpose computer - Helium
Sat, 04 Sep 2010 04:10:05 GMT+00:00 Helium ... this is so because it's easier to modify open operating systems such as variants of Unix than it is to modify such a closed system as Microsoft Windows. ... From Google News Search: "unix" Unix png
558px x 655px | 12.40kB [source page] even follow what s based on what anymore Freespire which is based on Linspire Lindows which is based on Debian Windows GUI which was based on the GNU OS Linux Kernel which was all based on unix sheesh is it any wonder that people aren t ready to make the switch From Yahoo Image Search: "unix" Windows Every Bit As Secure As Unix (Of Course, Microsoft Made the ...
the oracle Fri, 13 Aug 2010 18:23:24 GM The idea that Windows could be as secure as . Unix. /Linux is a silly one, but Microsoft insists upon continuing the charade with puffing about the security of. From Google Blog Search: "unix" |






