Sponsored Content
Full Discussion: Form of Red Hat license
Operating Systems Linux Red Hat Form of Red Hat license Post 302751511 by RHCE on Friday 4th of January 2013 05:02:06 AM
Old 01-04-2013
Thanks for your answer but can you please give a hint as to how the licenses would be, in the form of paper licenses or soft copies.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Red Hat 7.2.....

I just installed red hat 7.2 on my laptop. it's dual booted with xp and red hat. when i boot in to linux it boots up to the screen to ask me my name and pass....i put in root and my password. after this it goes to a blue screen and sits there. the after about 2 minutes it comes up with a fatal... (1 Reply)
Discussion started by: muzscman
1 Replies

2. UNIX for Dummies Questions & Answers

LiLo in Red Hat 8

I am about to go buy myself a wireless card for my Red Hat laptop. But I am going to have to recompile the kernel to run it in linux, and I heard that the GRUB bootloader gives you troubles when recompiling kernel. So, I booted off the cd to upgrade. I attempted to install LiLo and everything... (7 Replies)
Discussion started by: djtrippin
7 Replies

3. Linux

Red Hat?

I have a Red Hat upgrade disk. I installed it and it corrupted my entire hard drive! I had gotten the disks out of a Dummy's book at my local library. Trying to install 'Red Hat', has cost me $100.00 in damages. (The cool part is my friend gave me that $100.00 part) Ah...A 120gig Hard Drive. Just... (3 Replies)
Discussion started by: hdk_mkr
3 Replies

4. UNIX for Dummies Questions & Answers

Red Hat 9 help

please help me how to install softwares in linux.i have a ethernet internet connection.i try to open the site on LAN to download internet client.but i cannot as our lan supports only internet explorer....i downloaded the linux client by booting thru XP......but i cannot c my NTFS partition thru... (0 Replies)
Discussion started by: shobhit143
0 Replies

5. UNIX for Dummies Questions & Answers

Red Hat Enterprise 3

Hy, I am going to start RedHat Enterprise 3 self studying. I have provided installation media for my self placed training at home, but I don't know were to find documentation. Any advices? (1 Reply)
Discussion started by: R@LE
1 Replies

6. Linux

red hat ee 2.6.9-42

hello. I would be greatfull if someone could tell me how will i see what dns server and gateway my red hat server uses. I tryied to find out by typing ifconfig command but i got : -bash: ifconfig: command not found , although man ifonconfig gives output with info about using that command. Is... (3 Replies)
Discussion started by: tonijel
3 Replies

7. Red Hat

Red Hat E 3

I'm am working with a Red Hat Enterprise 3 server. This is a dedicated server that is supposedly dedicated to one domain, but I have been tasked with trying to figure out if there are files on this system that are being accessed by other IP's. Does anyone know if how I would go about finding... (0 Replies)
Discussion started by: chrisPlusPlus
0 Replies

8. Red Hat

Red-hat

Hello, How do I see what IP addresses are connected to my machine? thanks (2 Replies)
Discussion started by: sonomao
2 Replies

9. UNIX for Dummies Questions & Answers

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ?

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ? (2 Replies)
Discussion started by: ahmedamer12
2 Replies
PAPERINFO(3)						     Library Functions Manual						      PAPERINFO(3)

NAME
paperinfo, paperwithsize, paperfirst, paperlast, papernext, paperprev - return informations about a paper SYNOPSYS
#include <paper.h> const struct paper* paperinfo(const char* papername) const struct paper* paperwithsize(double psw, double psh) char* papername(const struct paper*) double paperpswidth(const struct paper*) double paperpsheigth(const struct paper*) const struct paper* paperfirst(void) const struct paper* papernext(const struct paper* pinfo) const struct paper* paperprev(const struct paper* pinfo) const struct paper* paperlast(void) DESCRIPTION
paperinfo() returns a pointer to a struct paper containing informations about the paper with name papername paperwithsize() looks for a paper whose width and height is psw and psh in PostScript points, and return a pointer to a struct paper corresponding to the paper found. papername() returns the name of a paper described by an opaque struct paper object paperpswidth() returns the width, in PostScript points, of a paper described by an opaque struct paper object paperpsheight() returns the height, in PostScript points, of a paper described by an opaque struct paper object paperfirst() and paperlast() return the first and last entries for papers. Iteration from one entry to the next or the previous one can be done with papernext() and paperprev() respectively. SEE ALSO
paperinit(3), paperdone(3) defaultpapername(3) papersize(5) 24 September 1996 PAPERINFO(3)
All times are GMT -4. The time now is 03:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy