![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| want to learn unix | rxsonny | UNIX for Dummies Questions & Answers | 2 | 03-19-2007 07:18 PM |
| want to learn unix | mohanp | UNIX for Dummies Questions & Answers | 5 | 12-04-2006 08:08 AM |
| want to Learn Unix | tataiermail | SCO | 1 | 12-16-2005 10:04 AM |
| To Learn Unix.. | dhkkim | UNIX for Dummies Questions & Answers | 4 | 03-28-2005 05:17 PM |
| I want to learn more about Unix | BAM | UNIX for Dummies Questions & Answers | 3 | 01-03-2002 11:32 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
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. |
|
#3
|
|||
|
|||
|
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
__________________
Mark |
|
#4
|
|||
|
|||
|
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
|
|||
|
|||
|
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 |
|
#6
|
|||
|
|||
|
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 ..
__________________
Vineeth |
|||
| Google The UNIX and Linux Forums |