unix knowledge


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers unix knowledge
# 1  
Old 06-03-2003
unix knowledge

I am a new Unix user looking for ways, other than time, to become an effective unix administrator. All sugestions welcome.
Thanks
# 2  
Old 06-03-2003
Re: unix knowledge

Quote:
Originally posted by dtooth71
I am a new Unix user looking for ways, other than time, to become an effective unix administrator. All sugestions welcome.
Thanks
Sorry. Time in the main ingredient. Time and effort.
# 3  
Old 06-03-2003
I agree with auswipe.

Patience is also useful, a companion of 'time'..... Neo
# 4  
Old 06-03-2003
Dev systems to use your time on.
# 5  
Old 06-03-2003
Seriously. I suggest you learn to program in C or C++ in the UNIX environment. You will learn a lot about being a UNIX admin via the eyes of a UNIX systems programmer.

Interprocess communications such as sockets programming is a great place to start .....
# 6  
Old 06-04-2003
Warped sense of humour wouldn't go astray.

There is no royal road to Unix knowledge.

Oh and practice and practice and practice................
# 7  
Old 06-07-2003
Heh,

Quote:
There is no royal road to Unix knowledge.
Heh, someone knows his Elements Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Practice using Unix and lack of knowledge

So I have a Networking class at my university that involves learning the basic commands of unix (i.e. Chmod, cat, cp, ls, mv, rm, mkdir, rmdir, pwd, etc) and my professor had us download and install Solaris and PuTTY as a means of...I suppose practicing using/executing commands. However due to... (7 Replies)
Discussion started by: bo74
7 Replies

2. Shell Programming and Scripting

programming knowledge

Hi Friends, I know very well the basic commands of Unix but i want to concentrate on unix shell programming can you please how to learn and suggest me how to become comfortable level. Thanks in advance (1 Reply)
Discussion started by: victory
1 Replies

3. Linux

Anyone with Blitz PHP knowledge

Blitz PHP I am having trouble installing Blitz PHP blitz-0.6.10.tar.gz Here is what i did: cd /tmp wget blitz-0.6.10.tar.gz tar zxfv blitz-0.6.10.tar.gz cd blitz-0.6.10 And then I tried ./configure Output: -bash: No such file in directory make Output: No targets in the... (1 Reply)
Discussion started by: kendel
1 Replies

4. Shell Programming and Scripting

Knowledge

Can somebody explain me the following part within a awk command: awk '{for(i=1;i<=NF;i++) if ($i=="mm")c++} Can somebody please explain me the part (i=1;i<=NF;i++) ????:D:D:D:D (1 Reply)
Discussion started by: RubinPat
1 Replies

5. UNIX for Dummies Questions & Answers

Unix knowledge / Shell scripting

I'm looking to buy some books to help me learn more about Unix and shell scripting? I have been looking at books i.e. Classic Shell Scripting,Unix power tools Just don't know which is the best outthere for me i know the basics but don't want to buy books that will be no good I currently am... (4 Replies)
Discussion started by: Pablo_beezo
4 Replies

6. UNIX for Dummies Questions & Answers

Unix book which gives in depth canceptual knowledge

Hi, I am a java professional working with a MNC as a Senior Software Engineer.I have done my masters in computer scinece. I always had liking for UNIX . I had UNIX as one of the subject for my masters but could not pursue it as needed a job at that time . But now I would like to parsue my... (1 Reply)
Discussion started by: amigia
1 Replies

7. AIX

knowledge

Dear All Kindly provide me with a difference between hdiskpower and hdisk regards (2 Replies)
Discussion started by: magasem
2 Replies

8. UNIX for Dummies Questions & Answers

How to get the knowledge in UNIX? Suggest me . Please.

Hai, friends. In one exam which i have to attend in the month of january, they asked "knowledge of c and unix are required" . I am beginner to unix, even i dont know from where to start . Please suggest me what to do , to get through the exam and interview. I have already downloaded... (2 Replies)
Discussion started by: nani_ynm
2 Replies

9. IP Networking

Any knowledge for sysctl?

HI folks. I am developing a protocol and I need to bind to an IP address that is not configured to my machine. The problem is with bind(). The sysctl system call seamed to overcome the problem of bind if you set the proc/sys/net/ipv4/ip_nonlocal_bind flag. Although I tryed to set the flag either... (7 Replies)
Discussion started by: developer
7 Replies
Login or Register to Ask a Question