Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
A BEGINNER'S PLEAD
Name: louvenel Date: April 24, 2002 at 04:35:10 Pacific
Comment:
Well actually I'm not pleading.But I am asking you nicely to help me on a certain thing.You see...I'm studying UNIX by myself.Maybe some of you could give ma a help on how to proceed in my studies,since you guys are much more familiar in this thing.thanx
Name: PaulS Date: April 24, 2002 at 09:21:02 Pacific
Reply:
You start off by taking a unix fundamentals course. Then get a general unix administration book. That gets you started, but the real deal is to learn unix in a networked environment. Of course if you are only interested in programming, then that takes you in a different direction.
0
Response Number 2
Name: PhdFreddieD Date: May 4, 2002 at 16:28:27 Pacific
Reply:
You know, I am a beginner too. I started out by borrowing RedHat Linux 7.1 and installing it on a couple of computers. I learned SMB, basic commands and odds and ends. Still struggling, but i'd be willing to offer some newbie advice.
Summary: I have a beginner's question about unix shell(csh). When I run following commmand from csh shell: %>set name = john %>echo $name %>john It works just fine, but I run them as a unix script: #!/bin/csh ...
Summary: i'm needing help making unix accounts i'm a student and i've found out how to make regular accounts in unix but i need to use this page to go by.: --------------- Create a script to create user accoun...
Summary: I have a script that has to record it's actions in a log file. I'd like to ensure that it always writes to a log file that is in the same directory as the script. I tried to establish the name of the ...