Sponsored Content
Operating Systems SCO sco 5.0.5 5.0.6 openscource replacment ? Post 302585406 by rbatte1 on Wednesday 28th of December 2011 10:21:52 AM
Old 12-28-2011
I suppose the question really should be "What does your supplier support?"

If it is not supported and this is now unlicenced software, then you may have another problem to consider......



Robin
Liverpool/Blackburn
UK
 

2 More Discussions You Might Find Interesting

1. Emergency UNIX and Linux Support

disk replacment, SUN M3000

we have a SUN M3000 server. setup as only 1 domain. disk c0t0d0 and c0t1d0 and setup as SVM mirrors. a few days ago disk T1 failed. new we have replaced the disk, but can's see the disk in format. have done cfgadm and devfsadm. still can't access the new disk in format. the output... (6 Replies)
Discussion started by: robsonde
6 Replies

2. UNIX for Beginners Questions & Answers

Help with sed replacment

Hi All, I am new to Unix and have a simple question. I would like to do three sed replacements in a large text file. The command I am using is as follows.... sed –n –e ‘s/:A/:X/’ –e ‘s/:B/:Y/’ –e ‘s/:C/:Z/’ myfile.txt > myfile_SED.txt The : need to be the search to identify specific :A, :B,... (3 Replies)
Discussion started by: landrjos
3 Replies
BRANDELF(1)						    BSD General Commands Manual 					       BRANDELF(1)

NAME
brandelf -- mark an ELF binary for a specific ABI SYNOPSIS
brandelf [-lv] [-f ELF_ABI_number] [-t string] file ... DESCRIPTION
The brandelf utility marks an ELF binary to be run under a certain ABI for FreeBSD. The options are as follows: -f ELF_ABI_number Forces branding with the supplied ELF ABI number. Incompatible with the -t option. These values are assigned by SCO/USL. -l Writes the list of all known ELF types to the standard error. -v Turns on verbose output. -t string Brands the given ELF binaries to be of the string ABI type. Currently supported ABIs are ``FreeBSD'', ``Linux'', and ``SVR4''. file If -t string is given it will brand file to be of type string, otherwise it will simply display the branding of file. EXIT STATUS
Exit status is 0 on success, and 1 if the command fails if a file does not exist, is too short, fails to brand properly, or the brand requested is not one of the known types and the -f option is not set. EXAMPLES
The following is an example of a typical usage of the brandelf command: brandelf file brandelf -t Linux file SEE ALSO
The Santa Cruz Operation, Inc., System V Application Binary Interface, http://www.sco.com/developer/devspecs/, April 29, 1998 (DRAFT). HISTORY
The brandelf manual page first appeared in FreeBSD 2.2. AUTHORS
This manual page was written by John-Mark Gurney <jmg@FreeBSD.org>. BSD
March 25, 2014 BSD
All times are GMT -4. The time now is 10:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy