Sponsored Content
Full Discussion: DGUX manuals
Top Forums UNIX for Dummies Questions & Answers DGUX manuals Post 302123096 by pom on Saturday 23rd of June 2007 08:10:03 AM
Old 06-23-2007
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

IRIX books, manuals, references...

Does anyone out there know of ANY specific books pertaining to SGI's flavor of Unix - IRIX? I have been in contact with SGI directly and they have not supplied me with any usable reference material or manuals. I realize man pages are a good source for info, but I need to go a little deeper... (6 Replies)
Discussion started by: lozinit
6 Replies

2. UNIX for Dummies Questions & Answers

Unix newbie: manuals

Hi to everybody! I'm new italian unix user and, of course, i 've got problems during my "administrative" part. Does anyone know where to get some manuals (.pdf, .doc ...) for the unix commands? Thank in advance! (1 Reply)
Discussion started by: Mauro
1 Replies

3. UNIX for Dummies Questions & Answers

Unix Manuals

Hey, I have a red hat linux server, and am lost in the wilderness. any type of 300000 page boxo someone wrote to help? ia m in need of deperate care (2 Replies)
Discussion started by: g1zm0
2 Replies

4. UNIX for Dummies Questions & Answers

Cobalt Raq3 -- Manuals Needed

Hi I decided to buy a cobalt Raq3 but have no clue on how to set one up. I thought it would be straight forward but its not as simple as it looks. Can anyone provide me with locations of manuals or noobie setup instructions. Any help would be greatly appreciated Thanks:) (2 Replies)
Discussion started by: Demon Lama
2 Replies

5. IP Networking

Problem configuring NIC in DGUX

Old DG box Aviion PentiumPro running R4.20Mu06 being used to try to recreate Ingres db from backup tapes so machine has not been operational before and some of original files in /etc may have ben overwritten Unable to get NIC working Any pointers on how to go about configuring NIC :rolleyes: (0 Replies)
Discussion started by: lindab
0 Replies

6. HP-UX

Manuals

Apologies if this is in the wrong section but I am desperate! Can anyone help me get hold of manuals for the n4000 series server? I need to get the hardware assembled correctly so I can install hp-ux11. Any help would be much appreciated. We bought a decomissioned server but have zero... (7 Replies)
Discussion started by: Swathe
7 Replies

7. UNIX for Dummies Questions & Answers

Need help with listing and sorting in DGUX

Hello all, very much a Unix newbie. My company has an old DG/UX system we use for customer data. I need to archive some data to clear some space, so I wanted to be able to list items in each directory by size, to grab some "low hanging" fruit to give me some breathing room as the system is... (0 Replies)
Discussion started by: Trader2699
0 Replies

8. SCO

SCO Training manuals

Hi, I have stack of SCO Open server and general SCO training books, materials and guides. Is there anyone out there that might be interested in this stuff? Perhaps it recycle time? :) (6 Replies)
Discussion started by: scocrush
6 Replies
Ns_Url(3aolserver)					   AOLserver Library Procedures 					Ns_Url(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
Ns_AbsoluteUrl, Ns_ParseUrl, Ns_RelativeUrl, Ns_SkipUrl - URL manipulation routines SYNOPSIS
#include "ns.h" int Ns_AbsoluteUrl(Ns_DString *pds, char *url, char *baseurl) int Ns_ParseUrl(char *url, char **pprotocol, char **phost, char **pport, char **ppath, char **ptail) char * Ns_RelativeUrl(char *url, char *location) char * Ns_SkipUrl(Ns_Request *request, int n) _________________________________________________________________ DESCRIPTION
Ns_AbsoluteUrl(pds, url, baseurl) Construct an URL based on baseurl but with as many parts of the incomplete url as possible. Return NS_OK or NS_ERROR. Ns_ParseUrl(url, pprotocol, phost, pport, ppath, ptail) Parse a URL into its component parts. Pointers to the protocol, host, port, path, and "tail" (last path element) will be set by ref- erence in the passed-in pointers. The passed-in url will be modified. Ns_RelativeUrl(url, location) If the url passed in is for this server, then the initial part of the URL is stripped off. e.g., on a server whose location is http://www.foo.com, Ns_RelativeUrl of "http://www.foo.com/hello" will return "/hello". Returns a pointer to the beginning of the relative url in the passed-in url, or NULL if error. Will set errno on error. Ns_SkipUrl(request, n) Return a pointer n elements into the request's url. SEE ALSO
nsd(1), info(n) KEYWORDS
AOLserver 4.0 Ns_Url(3aolserver)
All times are GMT -4. The time now is 06:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy