Sponsored Content
Operating Systems HP-UX Certification HP Certified Systems Administrator Post 302272599 by DustBunny on Wednesday 31st of December 2008 05:21:48 AM
Old 12-31-2008
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Certified Systems Administrator (CSA) - HP-UX v11

Hi Gues I Want To Go For Hp Unix Certification (as A System Admin) But I Dont Even Have Primary Knowlege Of Unix Please Guide Me From Where I Should Start Any Book U Can Suggest Me????????? Even I Dont Have Much Information About The Hp Certification Please Provide Me The Information For... (2 Replies)
Discussion started by: a_khante
2 Replies

2. UNIX for Dummies Questions & Answers

Sun Certified System Administrator for the Solaris 10

i want to take certificate which are: Solaris 10 OS . Part I - Sun Certified System Administrator for the Solaris 10 Operating System (CX-310-200) . Part II - Sun Certified System Administrator for the Solaris 10 Operating System (CX-310-202) ; my question is about S10 adminitration... (0 Replies)
Discussion started by: nibiru78
0 Replies

3. Solaris

Sun Certified Systems Admin - SCSA

Hi Guys, I'm thinking of studying for the above course. As an entry level qualification would this be ok (from an employers point of view)? And can anyone recommend any good CBT's for it (Solaris 10 version)? Cheers Jamie (2 Replies)
Discussion started by: JayC89
2 Replies

4. Solaris

Sun Certified Systems Admin - Part1

Hey guys, I am taking the SCSA Part 1 next week in London. Any advise as to what I should gen up on, and as to which parts I should focus on? (What will be in the exam etc?) Cheers Jamie (2 Replies)
Discussion started by: JayC89
2 Replies

5. Solaris

Sun Certified Network Administrator for Solaris 10 OS (CX-310-302)

I want to start studying for Sun Certified Network Administrator for Solaris 10 OS (CX-310-302) Are there any books or study guides for this? I am pumping a dry well on Amazon and Borders... What have you used to study for this? Is there anything out there that is reasonable? I am not... (10 Replies)
Discussion started by: BrewDudeBob
10 Replies

6. Solaris

Sun Certified System Administrator for the Solaris 10 OS, Part I (CX-310-200)

Hi all, I have been reading for Sun Solaris Administrator exam (CX-310-200) but i have kind of been dragging. Is there anyone preparing for this exam so we could make like a study group or accountability partner. Awaiting your response. thanks (6 Replies)
Discussion started by: nkechifesie
6 Replies

7. Red Hat

Please guide me the linux administrator certification course

HI All, Please guide me the linux administrator certification course. I want to do that certification. Is redhat is best? Or any other? I want to know the syllabus also? Please suggest me ? Thanks in Advance regards Srivani (3 Replies)
Discussion started by: ksrivani
3 Replies

8. What is on Your Mind?

Fresher Salary Details for Redhat Certified System Administrator

I am thinking of doing Redhat certified system Administrator Course(RHCSA).what is the salary details after doing this course in india,Singapore? (0 Replies)
Discussion started by: rajesh1986
0 Replies

9. Red Hat

RedHat administrator certification

Hi All, I want to get certified as RedHat administrator and i though why not to use this wonderfull forum to ask this question. Can someone please let me know some good institues in 'Mumbai' from where i can take RedHat courses and get certified. Also it will be of great help if i can get... (0 Replies)
Discussion started by: omkar.jadhav
0 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 03:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy