Please help - System V Release 4 Variant


 
Thread Tools Search this Thread
Special Forums UNIX Desktop Questions & Answers Please help - System V Release 4 Variant
# 1  
Old 05-25-2002
Please help - System V Release 4 Variant

Sorry for this newbie question, but what exactly is Unix system V release 4 variant, and where do I download or buy this edition? There is alot of Unix info on the web, but the specifics can be a bit diverse. sorry
# 2  
Old 05-28-2002
SVr4 doesn't really exist any more...

As far as I understand it, the closest descendant would probably be OpenUnix (formerly from SCO) - it's now owned by Caldera.
You should be able to get the media and a single-user license for under $80 US...

Also, look into Solaris, BSD variants, and Linux - All popular alternatives...
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Debian

Which older version and variant ISO image should I use?

Which older version and variant of Debian Linux ISO image should I use? I attempted to install two versions of Debian Linux Operating System onto my older full tower computer. First version, V8.5.0, Amd64, xfce, 32Bit. Second version V7.11.0, i386, 32Bit. When trying to install... (1 Reply)
Discussion started by: Jefferyab6
1 Replies

2. Homework & Coursework Questions

Linux copy directory without using cp -r or any variant

Hi guys, I need a solution to copy files and folders without using cp-r , cp-R or any variants. So i need to code it manually. I allready have a loop Avans Highschool Breda the Netherlands #!bin/bash IFS=$'\n' if test "$1" = "" then wd=pwd else wd=$1 fi ... (7 Replies)
Discussion started by: Wolverine89
7 Replies

3. UNIX for Dummies Questions & Answers

UNIX System V Release 4 back in the 90's

Howdy all, I'm new on this great forum. In 1990 I did a course UNIX system admin. I remember that we used a minicomputer with 15 terminals. My question is..what were the hardware requirements those days to install UNIX Sys 5 R 4? I guess most modern PC's are more powerfull then the... (2 Replies)
Discussion started by: raylier
2 Replies

4. Linux

BSD Variant of ar (The Archiver)

A while back I posted about trying to find the BSD version of ar (The Archiver): https://www.unix.com/linux/136258-where-can-i-find-ar-archiver-bsd-variant.html I was given a link to the source, found here: ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ar-20080302.tgz I recently was able... (0 Replies)
Discussion started by: Deluge
0 Replies

5. UNIX for Dummies Questions & Answers

How to compare current time with the input to variant?

Hi all, I have a simple script follow: ------------- #!/bin/bash echo -n " Enter the date of today: " read dateoftoday ------------- Now I want to compare the variant $dateoftoday with date of the system (now) in order to prevent user inputs the past date to $dateoftoday. I want to make... (3 Replies)
Discussion started by: axn_boy
3 Replies

6. UNIX for Advanced & Expert Users

system v 88k release

hello, i'm looking for any release that could run on mvme197le. it's now running openbsd/m88k but i would like to use its native os. thank you in advance (0 Replies)
Discussion started by: mvme
0 Replies

7. Linux

Where Can I Find the ar Archiver BSD Variant

I've been trying to get my hands on the source for the BSD variant of the ar archiver, but have not been able to find it anywhere. Does anyone know where I can get it? (3 Replies)
Discussion started by: Deluge
3 Replies

8. UNIX for Dummies Questions & Answers

Need help with UNIX System V Release 4.0?

Hello, I'm a COMPLETELY new to Unix and was interested in learning C Programming by following the book "The C Programming Language (ANSI C) " by Dennis Ritchie, and in the book the authors use UNIX... Now I have an old Compaq Armada 4120 laptop that I've wiped completely clean by "fdisking" the... (1 Reply)
Discussion started by: NJenkins
1 Replies
Login or Register to Ask a Question