Sponsored Content
Top Forums UNIX for Dummies Questions & Answers GNU and Linux: Different or the same? Post 37444 by norsk hedensk on Wednesday 18th of June 2003 10:18:50 PM
Old 06-18-2003
GNU is a recursive acronym for Gnu's NOT Unix. this was common hacker naming proceedure in the AI labs back in the 70s. if you really want to get technical on the explanation, you could subscribe to Stallman's naming conventions for this whole GNU (/) Linux thing..... (gasps for air...) GNU is actually the operating system that uses the Linux kernel. the kernel is the last ( well close ) layer between the software and the hardware in a computer system. an operating system is basically a set of programs ( tools, if you will ) that make up the whole system. you have ls, cd, mkdir, cp, and many many others for filesystem manipulation, you have gcc for c code compilation, you have various tools for configuring devices, ie ifconfig , modprobe, insmod, etc etc etc. these are all what make up the operating system. we have a unix-like system today, ( which is effectivley unix, for all practical USAGE purposes, its UNIX ) IP issues and copyright aside, GNU/Linux IS unix. anyway what the GNU people would like you to call the operating system you are using, is GNU/Linux. GNU is the system, Linux is the kernel. originally the GNU system was going to use the HURD kernel, but it wasnt ready when Linux was ready for testing on the net, and so GNU uses linux as its kernel. and of course, the aim of all this was/is to create a 'free' unix like os, a non commercial OS that can be used, distributed however one likes, ( within the limitations of the GPL ), theres lots more explanation that could be given but i will stop there. for more info, see the gnu.org website, as well as one of my favorite sites for reading about cool stuff, the jargon file, hold on lemme find that link....here it is : http://catb.org/esr/jargon/html/

have alot of fun
 

2 More Discussions You Might Find Interesting

1. Fedora

FreeBSD or GNU/Linux?

Hi, i'm working on micro$oft windows based networking environment's. i want learn other os than micro$oft windows. i tested FreeBSD & Gnu/Linux (Fedora). both are similar. which of following is best choice for me? for networking? and which of them has future (for e.g not discontinued after 2... (3 Replies)
Discussion started by: skynet_boy
3 Replies

2. Emergency UNIX and Linux Support

Read *.accdb files in GNU/Linux

Hi Guys, Can you please suggest me to read the *.accdb files under linux enviornment? I have google a bit. There is some solution to convert the *.accdb files under windows environment. But I am trying to do it in Linux environment. Please provide your thoughts. Thanks, Ranga :) (3 Replies)
Discussion started by: rangarasan
3 Replies
CTRLALTDEL(8)						     Linux Programmer's Manual						     CTRLALTDEL(8)

NAME
ctrlaltdel - set the function of the Ctrl-Alt-Del combination SYNOPSIS
ctrlaltdel hard|soft DESCRIPTION
Based on examination of the linux/kernel/sys.c code, it is clear that there are two supported functions that the Ctrl-Alt-Del sequence can perform: a hard reset, which immediately reboots the computer without calling sync(2) and without any other preparation; and a soft reset, which sends the SIGINT (interrupt) signal to the init process (this is always the process with PID 1). If this option is used, the init(8) program must support this feature. Since there are now several init(8) programs in the Linux community, please consult the documentation for the version that you are currently using. ctrlaltdel is usually used in the /etc/rc.local file. FILES
/etc/rc.local SEE ALSO
simpleinit(8), init(8) AUTHOR
Peter Orbaek (poe@daimi.aau.dk) AVAILABILITY
The ctrlaltdel command is part of the util-linux-ng package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. Linux 1.2 25 October 1993 CTRLALTDEL(8)
All times are GMT -4. The time now is 10:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy