Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Just curious, does Unix stand for anything? Post 30061 by Perderabo on Wednesday 16th of October 2002 08:50:19 AM
Old 10-16-2002
The authors of unix had worked on another OS first. It was called Multics for Multiplexed Information and Computing System. Unix was named after multics and was intended as sort of an insult since Multics had become too complex. I have seen some sources that claim the unix was originally spelled unics and was shortened to unix as sort of an early example of hacker spelling.

Multics may still be around somewhere. It was still being used in the late 80's.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Curious

Dear All I am curious to know, that in a system compromise, when someone has access to a box, does that individual have access to a shell on the system, i.e. the person is logging into the system using telnet or SSH to remotely access the box?? How does this individual/ hacker access the system. ... (2 Replies)
Discussion started by: skotapal
2 Replies

2. UNIX for Dummies Questions & Answers

Curious Dummy

I have a website but I do not for the life of me know how to upload using unix based command lines. Can someone send me a good site that has these commands. That and I am curious to know more about command line based interfacing. :D Curious Dummy (1 Reply)
Discussion started by: highway39
1 Replies

3. Solaris

Need to find whether my unix server is a stand alone server or its in a cluster

Hi All, Could any one pls tell me how to find whether a unix server is a stand alone server or its in a cluster. I need a command through which i can find whether the unix m/c is clustered or not. Thanx in advance Regards, Naveen (1 Reply)
Discussion started by: Naveen Kumar V
1 Replies

4. Linux

Curious?

To correct most of the problems with this language, How do I remove the DOS and WORD stuff from it? These come from the fact that it was written on those with a Microsoft supplied platform at the writers request. (1 Reply)
Discussion started by: River Freight
1 Replies

5. UNIX for Advanced & Expert Users

Curious 'ls' Issue

Hi, I am seeing a curious issue with 'ls' command. If I open a telnet session of my Solaris box and give "ls". The output is in 3 columns. a b c d e f g h i j k l However, if I give the same command after a couple of hours in the same window, it goes to 6 columns according to the... (7 Replies)
Discussion started by: vibhor_agarwali
7 Replies

6. Shell Programming and Scripting

curious

sorry, just simple question: how can i do this in bash> foreach i( 1 2 3 ) sed 's/Hello/Howdy/g' test$i > test$i.new mv test$i.new test$i end (6 Replies)
Discussion started by: kurosaki
6 Replies

7. UNIX for Dummies Questions & Answers

Curious about the -9

I was talking to a coworker and we got into a discussion about the -9. No one knew where the -9 came from and it's not in the man. I suggested that it was like counting to 10 (0-9) and you finally get to the point that that's it, the durned thing is going to die. So how did the -9 come to mean... (3 Replies)
Discussion started by: pflickner
3 Replies

8. Shell Programming and Scripting

Curious

I dont get something about sed If i have a text file inside contain a:a:a:a:a sed "s/"$title:$author:$price:$qtyAvailable:$qtySold"/"$Ntitle:$author:$price:$qtyAvailable:$qtySold"/" This work!! but If i have a text file inside contain Tom Tom:La La:Di Di :Do Do :De DE It cannot work... (2 Replies)
Discussion started by: GQiang
2 Replies

9. Shell Programming and Scripting

Two curious questions

Hi, I have been thinking about a few things that I have no idea of how to do with a scripting language (awk/sed I know to make proper use of just these 2). 1. Is there a way to have persistent variables? Say a variable that will be held in memory, and which can be accessed by subsequent... (7 Replies)
Discussion started by: jamie_123
7 Replies
GENISOIMAGERC(5)                                                File Formats Manual                                               GENISOIMAGERC(5)

NAME
genisoimagerc - startup configuration file for genisoimage DESCRIPTION
genisoimage(1) searches for a configuration file in several places; it uses the first one it is able to open. First, if the GENISOIMAGERC environment variable is set, its value is used as the filename; likewise for the MKISOFSRC environment variable. Next, genisoimage looks for files named .genisoimagerc or .mkisofsrc, first in the current working directory, then in the user's home directory. Next, it looks for /etc/genisoimagerc. Finally, it looks for a .genisoimagerc in the same directory as genisoimage itself is stored. The .genisoimagerc file contains lines of the form TAG=value where TAG is one of the settings defined below. The case of the tag is not significant. All settings have command-line equivalents; if the command-line parameter is specified, it takes priority over the configuration file. Blank lines and lines beginning with `#' are ignored. CONFIGURATION SETTINGS
ABST The abstract information, typically the name of a file on the disc containing an abstract. There is space for 37 characters. Equivalent to the -abstract command-line option. APPI The application identifier should describe the application that will be on the disc. There is space for 128 characters. Equivalent to the -A command-line option. BIBL The bibliographic information, often the name of a file on the disc containing a bibliography. There is space for 37 characters. Equivalent to the -biblio command-line option. COPY The copyright information, typically the name of a file on the disc containing the copyright notice. There is space for 37 charac- ters. Equivalent to the -copyright command-line option. HFS_TYPE The default TYPE for Macintosh files. Must be exactly 4 characters. Equivalent to the -hfs-type command-line option. The default value is TEXT. HFS_CREATOR The default CREATOR for Macintosh files. Must be exactly 4 characters. Equivalent to the -hfs-creator command-line option. The default value is Unix. PREP This should describe the preparer of the CD-ROM, usually with a mailing address and phone number. There is space for 128 charac- ters. Equivalent to the -p command-line option. PUBL This should describe the publisher of the CD-ROM, usually with a mailing address and phone number. There is space for 128 charac- ters. Equivalent to the -publisher command-line option. SYSI The System Identifier. There is space for 32 characters. Equivalent to the -sysid command-line option. VOLI The Volume Identifier. There is space for 32 characters. Equivalent to the -V command-line option. VOLS The Volume Set Name. There is space for 128 characters. Equivalent to the -volset command-line option. genisoimage can also be configured at compile time with defaults for many of these fields. See the file defaults.h. EXAMPLES
The following file COPY=src/COPYING SYSI=Multics 75 is equivalent to the genisoimage command-line parameters -copyright src/COPYING -sysid "Multics 75" SEE ALSO
genisoimage(1). AUTHORS
See the genisoimage(1) manual page for credits for the genisoimage program and documentation. 13 Dec 2006 GENISOIMAGERC(5)
All times are GMT -4. The time now is 02:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy