Questions tagged [historical-unix]
The historical Unix from Bell Labs in the 1970s and 1980s, as opposed to Unix variants and clones from other vendors. This tag is only about the historical product known as UNIX Time-Sharing System or UNIX System III/IV/V. For the history of the Unix family of operating systems in general, use the "history" tag.
53 questions
-1
votes
1
answer
88
views
Historical Unix CPU time billing
How did old Unix systems bill users? I read about some old CS courses where you could waste your budget with infinite loops.
0
votes
1
answer
64
views
How to flash AT&T UNIX to cd, floppy or (preferably) USB?
Preferably USB as it would be easier to carry arround and install on other systems
I have never used Unix.
My first PC was a windows XP laptop when I was about 8 years old. i have installed Linux, DOS,...
0
votes
1
answer
118
views
UNIX SVR4.2 > How do I find the IP address on a Virtualbox system?
I have installed a VirtualBox VM of UNIX System V Release 4.2 and have discovered just how barren the internet is on documentation of it. Only a few modern commands exist, although obviously because ...
0
votes
1
answer
145
views
How was a shell like when operating systems didn't had a GUI? [closed]
I understand the concepts of terminal, console, shell and their differences. I know a shell today is an interpreter that communicates with the OS kernel to perform some actions and does it through ...
1
vote
1
answer
542
views
Unix System III Installation
I recently became curious about history of modern operating systems. Since the best way to learn is to see yourself - I would like to ask:
Is there a way to download and install Unix System III on a ...
-6
votes
1
answer
86
views
Is there an example for a shell or computing accessibility culture aspiring a shell with more special characters and if so what is it? [closed]
I was always a bit frustrated from the lack of characters in modern computer systems such as, from what I know:
A global template literal character for which the closest character today is a backtick ...
1
vote
0
answers
48
views
Were there any programs besides editors that relied on on the O_NDELAY file status flag (predecessor to O_NONBLOCK)
Recently, I've been researching on the O_NONBLOCK feature specified in the standard.
From what I've seen so far, the predecessor of this flag - O_NDELAY had existed all the way back to UNIX System III....
0
votes
1
answer
206
views
How to add user in Unix System 7?
I have created a Unix System 7 VM in VirtualBox following instructions by Robert Nordier. I have dropped to the single user prompt (#). I can run commands like ls and passwd and cat. However, useradd ...
2
votes
2
answers
1k
views
I thought Linux is POSIX-compliant, yet some POSIX commands are not found [closed]
I wanted to write a small shell script for Linux and other UNIX systems (probably OSX). And also, why not keep things platform-independent out of principle, right?
So I went with a #!/bin/sh shebang ...
2
votes
1
answer
157
views
Does UNOS still exist?
UNOS is a derivative of UNIX by Charles River Information Systems.
Google and Wikipedia doesn't have much information on it.
Is there any version of it still in use?
42
votes
3
answers
9k
views
Who owns the UNIX trademark?
I am currently enrolled in a course that is teaching me UNIX fundamentals, such as common commands and such. After doing some digging on UNIX, I came across the rabbit hole of legal battles over who ...
2
votes
1
answer
165
views
Why does ed start at the last line?
Why does ed start at the last instead of first line of a file?
Most of ed's behavior makes sense when you remember that it was for interacting with a printer, but not this. Since I believe it reads ...
5
votes
5
answers
2k
views
why are the definition of true and false in stdbool.h the exact opposite from the UNIX programs true and false?
stdbool.h is usually defined as:
#define false 0
#define true 1
(Sources: OpenBSD, musl, etc.)
whereas the unix program false - which just has a unsuccessful status code, is defined as:
int
main(...
8
votes
1
answer
3k
views
What format does syslog() use when writing to /dev/log?
I initially thought to post this to StackOverflow because my interest was primarily from a programming focus, but after reading about the history tag (and the question it linked to), I posted it to ...
0
votes
1
answer
301
views
How can I try old UNIX versions? [duplicate]
I want to try old versions of UNIX for fun, but I don't know where to get them. Is there a way to download them?