In one of my classes we're creating a shell in C. I've got everything working except how to store local variables. global variables are being stored in "extern char** environ" and right now I'm ...
I was curious if anyone could explain the _best_ method to create a dummy shell. Basically I want something that will print a message to the user as he/she logs in through telnet or ssh and then log ...