What is the difference between Unix and Linux?

1 Answer

Answer :

To put it very generically, Linux is an operating system kernel, and UNIX is a certification for operating systems. The UNIX standard evolved from the original Unix system developed at Bell Labs. After Unix System V, it ceased to be developed as a single operating system, and was instead developed by various competing companies, such as Solaris (from Sun Microsystems), AIX (from IBM), HP-UX (from Hewlett-Packard), and IRIX (from Silicon Graphics). UNIX is a specification for baseline interoperability between these systems, even though there are many major architectural differences between them. Linux has never been certified as being a version of UNIX, so it is described as being "Unix-like." A comprehensive list of differences between Linux and "UNIX" isn't possible, because there are sev

Related questions

Description : What do programs do when they are Stopped in Unix / Linux?

Last Answer : It waits in memory, internal coding has no effect as the ^Z is a system command and pauses the program where it is. There is no memory management as the program and all variables stay in memory.

Description : Best advice for learning about the foundations of Unix/Linux?

Last Answer : This is my favorite Unix book. The Unix Admin Hand Book It will have the type of information you are looking for. You can probably go the library and pick up the first edition of the book as well. I did that for awhile but I eventually just bought the book.

Description : Which of the following is/are example(s) of an Operating System? A. UNIX B. Linux C. Windows XP D. All of the above

Last Answer : D. All of the above

Description : DOS, Windows XP, Windows Vista, Unix, Linux, MAC/OS X etc. are examples of: a) Operating System Software b) Package Software c) Utility Software d) None of These

Last Answer : a) Operating System Software

Description : Check the odd term out 1) Internet 2) Linux 3) Unix 4) Windows

Last Answer : 1) Internet

Description : Which of the following is not an example of Operating System? 1) Windows 98 2) BSD Unix 3) Microsoft Office XP 4) Red Hat Linux

Last Answer : 3) Microsoft Office XP

Description : Who is the founder of BSD Unix ? 1) Bill Gates 2) Dennis Ritche 3) Bill Joy 4) Linux Torvalds

Last Answer : 2) Dennis Ritche

Description : Operating System for Microcomputer system is- 1) Unix 2) Linux 3) Windows 4) all

Last Answer : 1) Unix

Description : Operating System for Microcomputer system is 1 Unix 2 Linux 3 Windows 4 all

Last Answer : 1 Unix

Description : s UNIX and Linux Both Are same?

Last Answer : No,Both are different.But Both are writen in POSIX standards , thats why lots of authors used to refer as same, but strictly saying both are differnt.

Description : Which is not the open-source OS: a. Debian b. BSD Unix c. Gentoo & Red Hat Linux d. Windows

Last Answer : d. Windows

Description : What is the latest version of UNIX A)LINUX

Last Answer : A)LINUX

Description : What is the latest version of UNIX A)LINUX

Last Answer : A)LINUX

Description : In a *nix shell how can I touch a file naming it with the system's current UNIX timestamp?

Last Answer : answer:touch `date +%s` Backticks (on the same key as the tilde, next to 1/!) are really powerful. They work by evaling the contained command and then substituting the output. You can do just about anything on the shell in a single line using backticks, pipes, and xargs. Learn ‘em, love ‘em.

Description : What's a nice book to really get started with UNIX ?

Last Answer : There are hundreds, if not thousands of books on Unix and Linux. One of the best, in my opinion,covers the politics and philosophy of the Open Source movement in contrast to the ... was the command line which can be read here: http://artlung.com/smorgasborg/C_R_Y_P_T_O_N_O_M_I_C_O_N.shtml

Description : Unix command to show distro info?

Last Answer : answer:uname -a might do the trick. This is the output on my Mac. Macintosh:~ ****************$ uname -a Darwin Macintosh.local 9.2.0 Darwin Kernel Version 9.2.0: Tue Feb 5 16:13:22 PST 2008; root:xnu-1228.3.13~1/RELEASE_I386 i386

Description : Where can I find simple Unix commands for Mac's Terminal online?

Last Answer : answer:Here are some simply commands. But if you're trying to cancel an operation, your best bet might be to type top and return, and find the process that you want to kill. Take not if its PID, ... , type kill and then the PID. For example, kill 1234. Then hit return. This will kill your process.

Description : Is there a unix command to reverse the lines in a file?

Last Answer : answer:tac tac (cat spelled backwards) works like cat, but reverse the order of the lines (last line is written out first).

Last Answer : UNIX is an operating system.

Description : What language was used to develop UNIX OS?

Last Answer : The UNIX Time Sharing System began development at Bell Labs in1969 on the PDP-7 and PDP-9 using assembly language. It was laterported to the PDP-11, also in assembly language. This led to ... in the summer of 1973. The resulting new system was aboutone third greater than the assembler version.

Description : Transferring Files From Windows To UNIX Server?

Last Answer : Many companies are switching to a different platform because ofthe many issues they have with Windows. UNIX is one of the mostpopular choices, but often requires that employees be trained. Thissystem is difficult ... to a Windows server.The transfer process is simple, but may take some time. It is

Description : What is the advantage to using unix hosting instead of Windows?

Last Answer : Unix Web Hosting is very reasonably priced and offers tons of other features. Unix can also offer you a domain name and help with setting everything up.

Description : What are the advantages of unix based hosting?

Last Answer : One of the major advantages of unix based hosting is that unix is free, so the cost is not an issue. Another cost benefit is that several free applications are available for Unix based servers so the ... are more applications will be able to run on your site than if you had chosen another platform.

Description : What are the features of the Unix operating system?

Last Answer : flexibe, faster to run programme ,very secure , portability

Description : Can one export to multiple files?/ Can one beat the Unix 2 Gig limit? (for DBA

Last Answer : From Oracle8i, the export utility supports multiple output files. This feature enables large exports to be divided into files whose sizes will not exceed any operating system limits (FILESIZE= parameter). When ... > scott.exp.gz & # feed the pipe exp userid=scott/tiger file=exp.pipe ...

Description : _______ is the protocol suite for thecurrent Internet. A) TCP/IP B) NCP C) UNIX D) ACM

Last Answer : TCP/IP

Description : Identify the correct order in which a server process must invoke the function calls accept, bind, listen, and recv according to UNIX socket API a. listen, accept, bind recv b. bind, listen, accept, recv c. bind, accept, listen, recv d. accept, listen, bind, recv

Last Answer : b. bind, listen, accept, recv

Description : State weather the following statement is true or false for Sendmail. 1).Sendmail is a command-line tool designed for most UNIX-like operating systems. 2).It define a method of transferring mail, and acts as a client/server ... . false C. 1. false, 2. false, 3. false D. 1. true, 2. true, 3. false

Last Answer : A. 1. True, 2. False, 3. true

Description : Which of the following is not the Networking Devices? A. Gateways B. Unix C. Routers D. Firewalls

Last Answer : B. Unix

Description : C language was invented to write an operating system called UNIX. C is a successor of _______language which was introduced around 1970: a) A Language b) B Language c) Both of Above

Last Answer : b) B Language

Description : All Unix applications are written in the _____: a) C b) Java c) HTML d) None of These

Last Answer : a) C

Description : Which company did SCO sue for using code UNIX in its Operating System ? 1) RedaHat 2) SuSE 3) IBM 4) Microsoft

Last Answer : 4) Microsoft

Description : Unix Operating System use _________ Multitasking 1) Preemptive 2) Cooperative 3) multiprogramming 4) None

Last Answer : 1) Preemptive

Description : The operating system called UNIX is typically used for - 1) Desktop computers 2) Laptop computers 3) Supercomputers 4) All of these

Last Answer : 4) All of these

Description : Which of the following platforms does Hadoop run on? a) Bare metal b) Debian c) Cross-platform d) Unix-like

Last Answer : Cross-platform

Description : How to display and set the Class path in Unix ?

Last Answer : Ans. To display the current CLASSPATH variable, use these commands in UNIX (Bourne shell): % echo $CLASSPATH To delete the current contents of the CLASSPATH variable, In UNIX: % unset CLASSPATH; ... To set the CLASSPATH variable, In UNIX: % CLASSPATH=/home/george/java/classes; export CLASSPATH

Description : Unix Operating System use _________ Multitasking 1 Preemptive 2 Cooperative 3 multiprogramming 4 None

Last Answer : 1 Preemptive

Description : The operating system called UNIX is typically used for - 1 Desktop computers 2 Laptop computers 3 Supercomputers 4 All of these

Last Answer : 4 All of these

Description : How can you tell what shell you are running on UNIX system?

Last Answer : You can do the Echo $RANDOM. It will return a undefined variable if you are from the C Shell, just a return prompt if you are from the Bourne shell, and a 5 digit random numbers if you are from the Korn shell. You could also do a ps -l and look for the shell with the highest PID.

Description : The UNIX compress command is one of the earlier applications of a. LZ77 b. LZ78 c. Huffman d. LZW

Last Answer : d. LZW

Description : The agency that sits between the user and the UNIX system is called the A. logic B. profile C. shell D. erxc E. None of the above

Last Answer : C. shell

Description : State true or false. i) Unix, support multiple user process but only support one thread per process. ii) A java run time environment is an example of a system of one process with multiple threads. A) True, False B) True, True C) False, True D) False, False

Last Answer : B) True, True

Description : ……………….. is a example of an operating system that support single user process and single thread. A) UNIX B) MS-DOS C) OS/2 D) Windows 2000

Last Answer : B) MS-DOS

Description : Name of network analyzer which support windows and unix OS A)Ethereal

Last Answer : A)Ethereal

Description : Name of network analyzer which support windows and unix OS A)Ethereal

Last Answer : A)Ethereal

Description : ___________is the most common operating system for running CRM software A. UNIX B. Windows NT C. Windows Vista D. Windows XP

Last Answer : A. UNIX

Description : Which of the following is not a Computer language? (A) PASCAL (B) UNIX (C) FORTRAN (D) COBOL

Last Answer : (B) UNIX

Description : A UNIX file system has 1 KB block size and 4-byte disk addresses. What is the maximum file size if the inode contains ten direct block entries, one single indirect block entry, one double indirect block entry and one triple indirect block entry? (A) 30 GB (B) 64 GB (C) 16 GB (D) 1 GB

Last Answer : (C) 16 GB

Description : Which statement is not true about process 0 in the Unix operating system? (A) Process 0 is called init process. (B) Process 0 is not created by fork system call. (C) After forking process 1, process 0 becomes swapper process. (D) Process 0 is a special process created when system boots.

Last Answer : (A) Process 0 is called init process.