Sponsored Content
Full Discussion: Sco 5.0.6 installer needed
Operating Systems SCO Sco 5.0.6 installer needed Post 302878456 by boomelant on Friday 6th of December 2013 07:51:14 AM
Old 12-06-2013
Jgt I send an e-mail, hope you will get it.
I can't send you PM, so I took e-mail from Home Page in Additional Contact Info- hope is't correct.

 

10 More Discussions You Might Find Interesting

1. SCO

sco unix and xp boot loader needed?

hi, i m a newbie and installed sco unix on my machine. Also i installed win-xp. i tried to modify the boot.ini file but it does not give me a choice in the begining. please guide me on this. do we get a boot loader for unix like LILO or GRUB? :confused: (3 Replies)
Discussion started by: 187final
3 Replies

2. SCO

Consultant needed to Convert SCO-Unix to a VM

Hi There, we have made a byte-by-byte image with linux and dd of the harddisks of an SCO Open Server. When booting this image in vmware or kvm it starts booting SCO but then the system cannot recognize the expected Adaptec SCSI Driver. We need an SCO expert who can boot an SCO Openserver CD... (10 Replies)
Discussion started by: adoII
10 Replies

3. SCO

SCO TCP/IP 1.2.0. floppys needed

Hi, every body, I have the same problem but with the SCO TCP/IP 1.2.0. I have the 3 floppy disks but I get an error on disk 3, unreadable. I have seen the closed post regarding the sco tcp/ip. Does anybody have those disks? Thank you in advance Mariano (8 Replies)
Discussion started by: locovich
8 Replies

4. SCO

SCO Openserver 5.0.4Eb binaries needed

Hello, I'm a system administrator of Russian bowling club located in Tomsk. As a server for our management system we use SCO OpenServer 5.0.4Eb. I know that it's old and so on, but we use it because we, some time ago, bought all the bowling system in used condition, and it works well for years. ... (2 Replies)
Discussion started by: mr_Well
2 Replies

5. SCO

SCO 5.0.6 Media needed

Hi, can anyone provide me the sources for sco 5.0.6 as iso? Thanks! (26 Replies)
Discussion started by: VoidCeroOne
26 Replies

6. SCO

Virtualize SCO 5.0.6 with Microfocus COBOL - Help needed

Hi all, I am trying to virtualize a running SCO 5.0.6 system with microfocus cobol installed. I have already managed (thanks to the people in this forum) to install the operating system. I dont have the cobol installation media anymore. I have copied (using cpio) all directories from... (3 Replies)
Discussion started by: sopela123
3 Replies

7. SCO

Sco 5.0.6 Install ISO needed

Trying to restore a 5.0.6 server to a new server but the owner doesnt have their install media. Saw that many people have this. Please let me know of anyone that has a download link. Much appreciation! (1 Reply)
Discussion started by: gavinseabrook
1 Replies

8. SCO

SCO OpenServer 5.0.4 Media Needed

Greetings, I've recently been given responsibility for a legacy server running SCO OpenServer 5.0.4 and upon taking inventory I discovered we have all the license documents but no installation media. Can anyone assist me with where I might download these? Thanks Kevin (9 Replies)
Discussion started by: Kevin Harris
9 Replies

9. SCO

Sco media needed for openserver 5.0.6

Hello, i need if possible media for sco openserver 5.0.6 and also want to know if is possible to upgrade from 5.0.2 to 5.0.6. Best regards, Paolo (1 Reply)
Discussion started by: elnino981
1 Replies

10. SCO

SCO OpenServer 5.0.6 media needed

My media disk is unusable. Can someone provide me an ISO for Openserver 5.0.6? Thank you. Brantley Allen (2 Replies)
Discussion started by: brantleyallen
2 Replies
NICE(1) 						      General Commands Manual							   NICE(1)

NAME
nice, nohup - run a command at low priority (sh only) SYNOPSIS
nice [ -number ] command [ arguments ] nohup command [ arguments ] DESCRIPTION
Nice executes command with low scheduling priority. If the number argument is present, the priority is incremented (higher numbers mean lower priorities) by that amount up to a limit of 20. The default number is 10. The super-user may run commands with priority higher than normal by using a negative priority, e.g. `--10'. Nohup executes command immune to hangup and terminate signals from the controlling terminal. The priority is incremented by 5. Nohup should be invoked from the shell with `&' in order to prevent it from responding to interrupts by or stealing the input from the next per- son who logs in on the same terminal. FILES
nohup.out standard output and standard error file under nohup SEE ALSO
csh(1), setpriority(2), renice(8) DIAGNOSTICS
Nice returns the exit status of the subject command. BUGS
Nice and nohup are particular to sh(1). If you use csh(1), then commands executed with ``&'' are automatically immune to hangup signals while in the background. There is a builtin command nohup which provides immunity from terminate, but it does not redirect output to nohup.out. Nice is built into csh(1) with a slightly different syntax than described here. The form ``nice +10'' nices to positive nice, and ``nice -10'' can be used by the super-user to give a process more of the processor. 4th Berkeley Distribution May 8, 1986 NICE(1)
All times are GMT -4. The time now is 07:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy