I am a fresh learner of unix,and hope for some help here.


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers I am a fresh learner of unix,and hope for some help here.
# 1  
Old 10-09-2001
Hammer & Screwdriver I am a fresh learner of unix,and hope for some help here.

Who could tell me how to learn unix fastly?
# 2  
Old 10-09-2001
Most unix systems come with man pages (manual pages). For example, to find out how to use crontab type: man crontab. There's even a man page for man!
# 3  
Old 10-09-2001
Check the FAQ's on this forum. You'll find lots of books and URLs
for online stuff all about learning UNIX (and lots of other stuff
too).
# 4  
Old 10-10-2001
But I don't think the man pages are helpful

I think the best way to learn UNIX is to buy the book, "Unix in a
NutShell" by O'Reily. Start at page one and try every command listed A-Z. Even though you will probably never use half of them, it will still give you a good lesson on how it works. The man pages were written for the UNIX savy and not for beginners. It will just frustrate you. Oh yea stay away from any of the books that end with "for Dummies.
# 5  
Old 10-11-2001
Quote:
But I don't think the man pages are helpful
Blasphemy! If you don't learn to at least try to read the man pages, you'll soon find that people will refer you to the old RTFM acronym...

Linux in a Nutshell is more of a reference, and although a little nicer that the man pages, won't help that much more. Nearly any book by O'Reilly, though, is good.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Beginning learner

Hi guys, New member here, also new student! I'm just starting the Shell Programming, currently in chapter four in the Book in Unix, Linux, and OS X by Stephen G. Kochan & Patrick Wood (4th edition). I'm needing a little help with other possible ways to shorten this shell command: // ... (1 Reply)
Discussion started by: shiver
1 Replies

2. UNIX for Dummies Questions & Answers

Very fresh to UNIX

Hello all, I am very new to unix. Can anybody suggest me good learning videos and their links for UNIX. Thanks (1 Reply)
Discussion started by: nnani
1 Replies

3. AIX

Learner FTP help

Hello All, Real Newbie to AIX I need to automate an FTP server to Server. Want to push the files from an AIX server to an OSX server. What would be the best command in AIX to do this? Need help copying contents of \UVdata to 172.16.12.2\ERAbackup\1 Or Alternatively would it be better... (1 Reply)
Discussion started by: Joelly
1 Replies

4. Red Hat

learner Shell

a task given to me is to make a shell which will have the following qualities.... "The most rudimentary shell is structured as the following loop: 1. Print out a prompt (e.g., "OS_Spring2011_Shell$ "); 2. Read a line from the user; 3. Parse the line into the program name and an array of... (2 Replies)
Discussion started by: hamidnasir
2 Replies

5. Shell Programming and Scripting

i am new learner from shell scripting.. any one help me.

hi every body, i am ramesh. i want write about this shell program (" i have 94 server's like aix, solaris, linux, hp-ux, and sco unix-") how to get mail's from these server's? (i have personal linux system)- i want to run this program in my personal linux system continuously. i want to... (4 Replies)
Discussion started by: rameshreddy.ema
4 Replies

6. Post Here to Contact Site Administrators and Moderators

Thread closed when learner has tried

I'm not so sure that this thread should have been closed. Though it was clearly homework the student was asking a specific question related to the assignment, but not the answer to the whole assignment. /www.unix.com/unix-dummies-questions-answers/107494-how-get-rid.html . IMHO The solution is... (1 Reply)
Discussion started by: methyl
1 Replies
Login or Register to Ask a Question