Sponsored Content
Full Discussion: Questions for User Survey
Top Forums UNIX for Dummies Questions & Answers Questions for User Survey Post 302235372 by rahzzbietel on Thursday 11th of September 2008 09:31:21 PM
Old 09-11-2008
Quote:
Originally Posted by jim mcnamara
Questions: how did you rate our service - they select from Great to Really poor
We also have a comments block. The heat ticket also correlation good/bad service with particular areas of the support staff - like desktop services, network etc.
Thanks Jim! I'll look into adding a couple more like you mentioned
 

8 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

results survey

Hi guys! I was wondering what the outcome was of your survey of a few months ago? One of the questions was if people were willing to pay for additional services like an own account, like username@unix.com with mail box, etc. Sorry if I missed the results if you had already posted them. Ivo (1 Reply)
Discussion started by: Ivo
1 Replies

2. UNIX for Dummies Questions & Answers

User Questions

Hello all I have some questions, Im new on Solaris system, On a sun 450 I`ve installed Solaris 8, for practical purposes. I create my account, but when I try to use my account, I dont see my desktop, (graphical interfase) only appears a little like icon on the up letf corner, when I use root... (2 Replies)
Discussion started by: lo-lp-kl
2 Replies

3. What is on Your Mind?

Please Help with ComputerWeekly Survey, Thanks!

If you have two or three minutes to spare, can you help with this ComputerWeekly survey? They are evaluating our site, asking a few questions like how often you visit the forums, what do you like the most, what can we improve, etc. ... (0 Replies)
Discussion started by: Neo
0 Replies

4. Programming

Questions about user authentication in my application

Hi, all, I am a newbie to linux authentication part. Questions below really puzzle me: How to authenticate users from local storage(passwd shadow) and nis server? (Without PAM) getpwnam_r() will return a '*' in the pw_passwd field of "struct passwd". I can parse /etc/shadow. But how... (1 Reply)
Discussion started by: mythmgn
1 Replies

5. UNIX for Dummies Questions & Answers

New unix user questions

Hi all, New here with a few questions. I've been reading a few similar threads to this one, but wanted a fresh perspective. A little about my self. I'm doing telephone and internet connectivity support at the moment. Self studying to get my A+ certification. In my mind, I'm about a month... (9 Replies)
Discussion started by: amazing ping
9 Replies

6. Shell Programming and Scripting

beginner scripting questions User variables

If there's anywhere to look this up, it would be just as helpful. I googled and really couldn't find anything relative to this. ok... General Variables 1) When creating a script I made a file "prog1.sh" does it matter if the end is .sh or is this what has to be done like prog.bash or... (4 Replies)
Discussion started by: austing5
4 Replies

7. Shell Programming and Scripting

Single User Mode Questions (mac)

Hello everyone. Completely new here (so if this post is in the wrong forum point me in the right direction), and fairly new to unix. I have a macbook pro and just recently started messing around with the Single User Mode, where i can manipulate directories/files/etc using unix. I have also just... (0 Replies)
Discussion started by: lsant894
0 Replies

8. Shell Programming and Scripting

Bashdb - new user basic questions

This may be too silly and definitely way to early to ask . I'll admit have read about 5% of documentation so far , but can you make bashdb to step thru the file "automatically" by setting some kind of timeout? and second how do you stop the process ? Is "quit" the only... (1 Reply)
Discussion started by: annacreek
1 Replies
services(4)							   File Formats 						       services(4)

NAME
services - Internet services and aliases SYNOPSIS
/etc/inet/services /etc/services DESCRIPTION
The services file is a local source of information regarding each service available through the Internet. The services file can be used in conjunction with or instead of other services sources, including the NIS maps "services.byname" and the NIS+ table "services." Programs use the getservbyname(3SOCKET) routines to access this information. The services file contains an entry for each service. Each entry has the form: service-name port/protocol aliases service-name This is the official Internet service name. port/protocol This field is composed of the port number and protocol through which the service is provided, for instance, 512/tcp. aliases This is a list of alternate names by which the service might be requested. Fields can be separated by any number of SPACE and/or TAB characters. A number sign (#) indicates the beginning of a comment; any charac- ters that follow the comment character up to the end of the line are not interpreted by routines which search the file. Service names may contain any printable character other than a field delimiter, a NEWLINE, or a comment character. Any changes to a port assignment do not affect the actual port registration of the service. FILES
/etc/nsswitch.conf configuration file for name-service switch SEE ALSO
getservbyname(3SOCKET), inetd.conf(4), nsswitch.conf(4) NOTES
/etc/inet/services is the official SVR4 name of the services file. The symbolic link /etc/services exists for BSD compatibility. SunOS 5.10 12 Oct 2000 services(4)
All times are GMT -4. The time now is 11:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy