What to learn in Unix


 
Thread Tools Search this Thread
Top Forums Programming What to learn in Unix
# 1  
Old 05-31-2001
Question What to learn in Unix

Hi I've landed an entry level job in a s/w company.I've not yet started working.But they told me it would be good if i know unix very well.I don't have any idea abt unix.and now i realise it is very vast.It would be nice if somebody can tell me what i should be learning in unix.I don't think i'll be working in the administration part.But as far as a developer is concerned what should i be trying to learn.I really am confused and i don't have the least idea of what to learn.Any help would be greatly appreciated.And thanks in advance
# 2  
Old 05-31-2001
This really depends on what development work you will be doing on UNIX. Sometimes it requires an in depth knowledge of how UNIX works, other times the proprietary software that a developer uses simply runs over the operating system and little is needed to be known about what is going on underneath - let us know what your work is about.

As far as helping you now, you can look into navigating in a UNIX environment:

http://www.ee.surrey.ac.uk/Teaching/Unix/
http://caad.arch.ethz.ch/~patrick/LOCAL/teach/unix/

Those two links are a basic and slightly more complex UNIX tutorial and should make you comfortable with moving around any UNIX OS.

http://physinfo.ulb.ac.be/cit_course...nix/ostart.htm

That link will give you a basic introduction into system aspects of UNIX on a generic level.

As I said give us more details of what you will be concentrating and I'm sure someone will be able to help!

Regards.
alwayslearningunix
# 3  
Old 06-21-2001
Unix in a nutshell

Hi,

I feel your pain.

My advise would be to get yourself the
Unix In a Nutshell (Desktop Quick reference) by Arnold Robbins
and published by O'Reilly.

Experiment with the commands
e.g

ls * (lists everthing in the directory)

cp file1 file2 (copies file1 and creates an identical file called file2)

rm file2 (removes file 2)

vi file1 (opens file 1)

press escape and i, to insert text into file 1

escape and 'x', deletes text

esacpe and semi-colon and w, saves the text you entered

Also check out the web for Unix tutorials

Good luck
Mark
# 4  
Old 06-23-2001
learning unix

The best way to learn is to slowly start using unix for your day to day things. Such as setting up a email client on an unix system and using it to send and recieve emails. I did this some time ago and I've been picking up on dir structure and how unix applications work. Unix is a hands on OS, it's not very standard so it requires you to get your hands into it to really learn it. Ever place worked so far runs a diffrent flavor/version of unix with tweaks so it's important to get really strong on the basics.

O'Reilly makes some really good Unix books, and they are relatively cheap. Pick up Essential System Administration by Aeleen Frisch. It's awesome.
# 5  
Old 06-25-2001
Good books to check out

In reply to your query, I have found several useful books such as the following:

•The UNIX Hater's Guide
•UNIX for Dummies
•And tonnes more @ your local book store!

I found that UNIX for dummies was very infomative and, best of all, used humor! Something that all
UNIX programmers need once in a while Smilie
Kirkey
# 6  
Old 07-02-2001
MySQL

The best way i think is to lean while you work. If you dont have any task assigned, think of aomething and start working on it nad u leran that in the best and all possible ways ...
Happy learning ..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Fedora

How to learn UNIX

First question is how do you learn UNIX on a home lab. I understand that HP-UX isn't free and neither is SCO Unix and they don't run on x86 based systems anyways. The choices I believe are going to be OpenSolaris and FreeBSD. My question is UNIX commands the same across the board so if I learn... (11 Replies)
Discussion started by: michael78
11 Replies

2. UNIX for Dummies Questions & Answers

Best way to learn UNIX

Hi, I am the ultimate noob when it comes to UNIX. Apart from a few basic thing like ls -l and mkdir (and that really is about as good as it gets) I know absolutely nothing about UNIX and I want to learn it and get better! I'm sure like with most things, just getting stuck in and trying... (3 Replies)
Discussion started by: thebdj
3 Replies

3. UNIX Desktop Questions & Answers

Best way to learn Unix....

Hello- I talked to a friend the other day....he said learning Linux is a boon to my Windows Server Support career. I know linux comes from Unix so I am wondering if I should start by learning Unix. I have a MAC with OSX on it that I can use. Will this work for learning line command? My goal is... (1 Reply)
Discussion started by: digitalayon
1 Replies

4. UNIX for Dummies Questions & Answers

How to learn UNIX?

Hey everybody, I am a 25 year old web programmer in Malaysia. I am not hapy with my line of work and I want to do something more. I know asp.net,asp,php and jsp.But they dont really land me in a good promising job wich I realy love. I am more interested in Oracle DBMS. now to be a DBA in Oracle... (7 Replies)
Discussion started by: shounak
7 Replies

5. UNIX for Dummies Questions & Answers

Want to learn unix

Hello everyone, I would like to learn and administrate unix operation system. For training purposes, i would to install at home an unix system on my windows machine (using vmware player or virtual box.) I would like you to advise me on which exactly operation system can i install for learning... (2 Replies)
Discussion started by: stunaz
2 Replies

6. UNIX for Dummies Questions & Answers

Where 2 learn unix ??????

HI . my friends am very ewager to learn unix and its operations can any experts can say wher can i easily learn unix through net and give me some links to learn unix through also tutorials.plz help me am very interested also i want ot learn AIX so only am asking this help my... (1 Reply)
Discussion started by: harsath24330
1 Replies

7. UNIX for Dummies Questions & Answers

want to learn unix

Hey guys, I would like to learn unix but first i need to start to load unix OS into my computer but i dont know where to start or get the CD to load...help appreciated...thanks (2 Replies)
Discussion started by: rxsonny
2 Replies

8. SCO

want to Learn Unix

:confused: Hello everybody, i am totally new to unix, i want to learn unix. i have a server with pIII, 256 mb RAM, two SCSI disk w/o RAID controller.and one IDE CD-ROM Drive. i heard SCO installs on intel platform. what steps should i take for installing SCO on this machine? can anybody help me... (1 Reply)
Discussion started by: tataiermail
1 Replies

9. OS X (Apple)

Want to learn Unix on PB

I've got a 15" PB running Panther and I truly want to delve into the Unix base. I want to learn what is going on under my system and I want to learn how to be able to work in the Unix environment. I've had some experience with Redhat and Mandrake Linux, so I'm not afraid of the shell prompt. I'd... (2 Replies)
Discussion started by: MortonM33
2 Replies
Login or Register to Ask a Question