The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
What Makes a Programming Language Successful? iBot Complex Event Processing RSS News 0 05-29-2008 02:40 PM
The Blue Programming Language 1.5.2 (Default branch) iBot Software Releases - RSS News 0 04-11-2008 10:20 AM
The Blue Programming Language 1.4 (Default branch) iBot Software Releases - RSS News 0 02-13-2008 09:40 AM
c programming language convenientstore High Level Programming 8 05-15-2007 10:42 AM
Does the programming language matters? HOUSCOUS UNIX for Dummies Questions & Answers 8 02-20-2002 10:59 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-16-2004
Registered User
 

Join Date: Apr 2004
Posts: 14
Carreer:Networking Programming in Unix (C programming Language)

Hello,

I am trying to learn Networking Programming in C in unix enviorment. I want to know how good it is to become a network programmer. i am crazy about Network programming but i also want to opt for the best carreer options. Anybody experienced Network Programmer, please tell me is my decision with Networking Programming a good one or.... i also want to know how far network programming is successful on windows platform.

Thanks for Reply, in advance..

cheers
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 04-19-2004
Registered User
 

Join Date: Apr 2004
Posts: 14
thanks for your reply...

i have heard that network programmers work on different layers. is that true... if yes pls tell me on which layer should i program.also tell me how much time is required to become an efficient network programmer.

cheers
Reply With Quote
  #3 (permalink)  
Old 04-20-2004
Registered User
 

Join Date: Apr 2004
Posts: 14
thanks for your reply!!!!!
Reply With Quote
  #4 (permalink)  
Old 04-20-2004
Registered User
 

Join Date: Jan 2004
Location: Australia
Posts: 170
I agree with what has been said so far.

Though I use to work with programmers of all sorts.

To be a good programmer it's a way of life not a 9-5 job. Don't do it just for a job, do it because you want to do it.

I've seen to many people working with UNIX because they think the money is good, yeah it is. You'll only get out what you put in.
Reply With Quote
  #5 (permalink)  
Old 09-05-2008
Registered User
 

Join Date: Sep 2008
Posts: 2
Write or study a small program that mimics the most common login procedures in UNIX.
You have two options here. Either, you write it yourself according to the specification
below, or you copy the file
/cab/cestud/work/edu/course/EDA263_Computer_Security/
lib/login_linux/login_linux.c into your home directory. If you choose to write
it yourself the following should be implemented.
- The program begins with displaying ”login:” and takes the username as input.
7
- Then the program writes ”Password:” and waits for the password to be entered,
which should not be visible on the terminal (use the function getpass(3) that
among other things will see to that the text is not ”echoed” on the terminal).
- The program queries the system’s user database to see if the username exists. If
this is the case it encrypts the entered password (with a known algorithm) and
ensures it corresponds to the stored encrypted password belonging to the actual
user. Suitable library routines are getpwnam(3), crypt(3) and strncmp(3).
- If the username does not exist, or if the password is wrong, the program displays
”Login incorrect” and restarts from the beginning, otherwise it writes something
like ”Welcome to this System!” and terminates.
Test that your program works by compiling and running it.
Reply With Quote
  #6 (permalink)  
Old 09-05-2008
Registered User
 

Join Date: Feb 2005
Location: Broomfield, CO
Posts: 395
That's a 4 year old posting

Carl
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 11:39 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0