Sponsored Content
The Lounge What is on Your Mind? Windows Admin switching to *nix Admin Post 302499144 by Corona688 on Wednesday 23rd of February 2011 10:23:44 AM
Old 02-23-2011
One way would be courses and certifications of course, though my experience with them has been poor... Lots of canned problems and canned answers, sometimes some really distro-specific things not applicable anywhere else, and not a lot of help teaching you how to troubleshoot. You will need to learn the basics to make much sense of it of course; file permissions, users, ownership and groups, disks and partitions are radically different from Windows' organization.

Install a variety of UNIX or Linux on a computer of your own -- doesn't have to be on your 'good' computer, in fact, probably better it isn't in case something goes seriously wrong. Most any "throwaway" PIII/PIV with 512M of RAM or better is great for a home server. Linux technically isn't UNIX by the way -- in the strictest sense that means an OS literally descended from one of the original UNIX varieties, but Linux was made from scratch and distanced from UNIX for copyright reasons. FreeBSD, NetBSD, or OpenSolaris are open varieties of UNIX. Don't install one of the toy Linux varieties(Ubuntu, Knoppix, Mandriva, anything really graphically-oriented) -- the GUI pretty much takes over those and you won't learn a lot. Try Gentoo, or Debian, or Fedoracore.

And once you have it, seriously use it. Make a home webserver/fileserver, get SSH going for remote access, see what problems you have to fight through to make things work.

Last edited by Corona688; 02-23-2011 at 11:34 AM..
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Admin over the web

Can some one axplain how I can administer my sco bix over the web. It is connected to a wan and the internet acces is at another location and we do have a harware software firewall. F,Ruiz. (1 Reply)
Discussion started by: ruizf
1 Replies

2. Advertise with Us

Windows to Unix Admin

Hi, I'm looking a bit of advice on a job offer I've been made. I'm currently a Microsoft Windows Administrator, with good experience in this and also in Novell. I've just been offered a job to re-train as a UNIX Administrator. I'm not sure whether to take it or not. It's more... (4 Replies)
Discussion started by: horhif
4 Replies

3. Solaris

Solaris admin

Hey Friends, Actullay we have to create 200 users in my server as early as possible . I m not that much aware abt script writing. thier is any alternative ways for creation of users ? Thanx (4 Replies)
Discussion started by: rajaramrnb
4 Replies

4. Solaris

I need some help from a Solaris admin

OK I have a Solaris 10 Sparc running on a SUN T3-1 and the scsi driver is missing for the drive the root is on so it won't boot. I need to know if the following procedure is what I need to do to add the driver to get the system back up and running? {0} ok boot -F failsafe # mount... (0 Replies)
Discussion started by: trinityforce
0 Replies

5. What is on Your Mind?

Regarding Admin life either as DBA or UNIX Linux admin

I am planning to choose my career as Unix/Linux Admin or a DBA. But I have come to know from forums and few admins like the job will be 24/7. I have few questions on that. Can we get "DAY" shifts in any one of the admin Job ? Can't we have shift timings in any company ? Eventhough the... (7 Replies)
Discussion started by: Jacktts
7 Replies
LEARN(1)						      General Commands Manual							  LEARN(1)

NAME
learn - computer aided instruction about UNIX SYNOPSIS
learn [ -directory ] [ subject [ lesson ] ] DESCRIPTION
Learn gives Computer Aided Instruction courses and practice in the use of UNIX, the C Shell, and the Berkeley text editors. To get started simply type learn. If you had used learn before and left your last session without completing a subject, the program will use information in $HOME/.learnrc to start you up in the same place you left off. Your first time through, learn will ask questions to find out what you want to do. Some questions may be bypassed by naming a subject, and more yet by naming a lesson. You may enter the lesson as a number that learn gave you in a previous session. If you do not know the lesson number, you may enter the lesson as a word, and learn will look for the first lesson containing it. If the lesson is `-', learn prompts for each lesson; this is useful for debugging. The subject's presently handled are files editor vi morefiles macros eqn C There are a few special commands. The command `bye' terminates a learn session and `where' tells you of your progress, with `where m' telling you more. The command `again' re-displays the text of the lesson and `again lesson' lets you review lesson. There is no way for learn to tell you the answers it expects in English, however, the command `hint' prints the last part of the lesson script used to evaluate a response, while `hint m' prints the whole lesson script. This is useful for debugging lessons and might possibly give you an idea about what it expects. The -directory option allows one to exercise a script in a nonstandard place. FILES
/usr/share/learn subtree for all dependent directories and files /usr/tmp/pl* playpen directories $HOME/.learnrc startup information SEE ALSO
csh(1), ex(1) B. W. Kernighan and M. E. Lesk, LEARN - Computer-Aided Instruction on UNIX BUGS
The main strength of learn, that it asks the student to use the real UNIX, also makes possible baffling mistakes. It is helpful, espe- cially for nonprogrammers, to have a UNIX initiate near at hand during the first sessions. Occasionally lessons are incorrect, sometimes because the local version of a command operates in a non-standard way. Occasionally a lesson script does not recognize all the different correct responses, in which case the `hint' command may be useful. Such lessons may be skipped with the `skip' command, but it takes some sophistication to recognize the situation. To find a lesson given as a word, learn does a simple fgrep(1) through the lessons. It is unclear whether this sort of subject indexing is better than none. Spawning a new shell is required for each of many user and internal functions. The `vi' lessons are provided separately from the others. To use them see your system administrator. 7th Edition October 22, 1996 LEARN(1)
All times are GMT -4. The time now is 08:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy