Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Difference between UNIX operating system and Unix Open Server Post 12939 by Manjit on Wednesday 9th of January 2002 12:17:37 PM
Old 01-09-2002
Difference between UNIX operating system and Unix Open Server

Hi,
I recently joined this forum and new to UNIX.

Is there any difference between UNIX operating system and UNIX open server? Please explain.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix Operating System

I need the Unix operating system on disc as im new to unix. Im studying unix and x windows next year at Sheffield University and would like to get a head start. Any suggestions would be appreciated (2 Replies)
Discussion started by: jeffersno1
2 Replies

2. UNIX for Dummies Questions & Answers

unix operating system

hi I am trying to install solaris 8 on intel machine(intel300 mhz,32 mg ram,3.2 hd,24x cd-rom). hardware scaning is ok. Then it ask to enter choice for interactive installation #1 for web #2. After i enter chice system reboot agian and it takes to same screne. ... (1 Reply)
Discussion started by: neer45
1 Replies

3. UNIX for Dummies Questions & Answers

UNIX Operating System

Hello Everyone, I'm new to this forum and Unix. I have a couple of questions and please, excuse my ignorance. I have a spare machine which is now running MS Windows 98 and I would like to format the disk and install the Unix operating system along with Oracle 8i and SQL Server. My... (13 Replies)
Discussion started by: IronBear
13 Replies

4. News, Links, Events and Announcements

The Creation of the UNIX* Operating System

Excellent reference on the history of UNIX: Bell Labs History of UNIX* http://www.bell-labs.com/history/unix/images/86-300838-EM.jpeg (0 Replies)
Discussion started by: Neo
0 Replies

5. UNIX for Dummies Questions & Answers

Download unix operating system

Hello all : May anyone can help me where I can find any site for avalable downlaoding UNIX operating system ? Thanking you Best Regards Dani Romio (1 Reply)
Discussion started by: dani_romio
1 Replies

6. UNIX for Dummies Questions & Answers

Unix Operating System

Can anyone give me info on networking features of the Unix Operating System please. Thanks in advance (1 Reply)
Discussion started by: WaveZero
1 Replies

7. UNIX for Dummies Questions & Answers

Unix Operating System?

Hey all, I currently use FreeBSD and linux and have decided I want to use a proper Unix distrobution. Which Unix distro would you members recommend. The only requirments that I have is that I can use some pogramming utilities available. I don't mind the install process. One more thing, I know some... (2 Replies)
Discussion started by: -zorin
2 Replies

8. Programming

Is android an operating system of unix.

I have a query that is about android application based mobile. actually android is so popular in mobiles and its w using sell cmd also UNIX is also support shell files. So it is a operating system of UNIX. But i am not sure please help me. (5 Replies)
Discussion started by: andrepitt77
5 Replies

9. UNIX for Dummies Questions & Answers

Smallest UNIX operating system

Which is the smallest Unix operating system and how do I download it? edit by bakunin: corrected typo in the thread-title and removed the text formatting: we are able to read non-bold text either. (4 Replies)
Discussion started by: Nalcolmshally
4 Replies
setservent(3)						     Library Functions Manual						     setservent(3)

NAME
setservent, setservent_r - Open or rewind the services file LIBRARY
Standard C Library (libc.so, libc.a) SYNOPSIS
#include <netdb.h> void setservent( int stay_open); [Tru64 UNIX] The following function is supported in order to maintain backward compatibility with previous versions of the operating sys- tem. int setservent_r( int stay_open, struct servent_data *serv_data); [Tru64 UNIX] The following function is supported in order to maintain backward compatibility with previous versions of the operating sys- tem. int setservent( int stay_open); STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: setservent(): XNS4.0 Refer to the standards(5) reference page for more information about industry standards and associated tags. PARAMETERS
Indicates when to close the services file. Specifying a value of 0 (zero) causes the file to be closed after each call to the getservent() function. Specifying a nonzero value allows the file to remain open after each call. [Tru64 UNIX] Points to a structure where setser- vent_r() stores information about the services file. DESCRIPTION
The setservent() (set service entry) function opens either the local /etc/services file or the NIS distributed services file, and sets the file marker at the beginning of the file. To determine which file or files to search, and in which order, the system uses the switches in the /etc/svc.conf file. NOTES
[Tru64 UNIX] The setservent_r() function is the reentrant version of the setservent() function. It is supported in order to maintain backward compatibility with previous versions of the operating system. Upon successful completion, the setservent_r() function returns a value of 0 (zero). Otherwise, it returns a value of -1. [Tru64 UNIX] Before calling the setservent_r() function for the first time, you must zero-fill the servent_data structure. The netdb.h header file defines the servent_data structure. RETURN VALUES
Current industry standards for setservent() do not define return values. [Tru64 UNIX] Upon successful completion, the setservent() function included for backward compatibility returns a 1 for success. Other- wise, it returns a value of 0 (zero). ERRORS
Current industry standards for setservent() do not define error values. [Tru64 UNIX] If any of the following conditions occurs, the setservent_r() function sets errno to the corresponding value: If serv_data is invalid. In addition, the setservent() and setservent_r() functions can fail to open the file. In this case, errno will be set to the failure. FILES
Contains service names. The database service selection configuration file. RELATED INFORMATION
Functions: endservent(3), getservbyname(3), getservbyport(3), getservent(3). Files: services(4), svc.conf(4). Networks: nis_intro(7). Standards: standards(5). delim off setservent(3)
All times are GMT -4. The time now is 09:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy