Learning Unix/Linux from the Start?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Learning Unix/Linux from the Start?
# 1  
Old 01-20-2007
Learning Unix/Linux from the Start?

I was wondering if someone could tell me where I could learn everything about Unix/Linux

and I was also wondering what the differance between Unix and Linux was Smilie

Ive never used it, never seen it.. But Im interested in learning Smilie
# 2  
Old 01-20-2007
For a start

One start - link
# 3  
Old 01-20-2007
ahh Im sorry didint see that :S
# 4  
Old 01-21-2007
I thought I'll just share some knowledge about Unix and Linux.

I used Unix many years ago and the main features I remember about it are

1) The command line interface
2) The Vi Editor
3) Shell scripting
4) Regular Expressions

Unix is a powerful text-based operating system, its commands are terse, have many options and have many capabilites.

Recently we installed Linux, and the differences I observed were that Linux came with a GUI interface. Among the similarities I noticed that Linux also has a command line interface, and most commands I remembered from Unix also worked. For example ls for listing a directory, mkdir for creating a directory and so on.

I'm guessing that Unix might also have a GUI interface, but I'm not sure.

There are some commands that will help you discover or reference all other commands, configure commands etc.

These commands are

1) apropos - allows one to look-up search for commands by keyword.

2) man - allows one to look up the details of a particular command, it's options etc.

3) alias - allows one to assign a different name to an existing command, or a command with options.

I don't know if the information I gave confused you more.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Learning to Script in Linux

Hello, I'm trying to branch out and learn Linux, but my comfort zone is PowerShell. I figure the best way to learn it is to do it so I moved my Plex Media Server to Ubuntu Server. What I'm trying to do is build a script that searches a directory and all subdirectories for files with the .ts... (5 Replies)
Discussion started by: Rhysers
5 Replies

2. Shell Programming and Scripting

Learning abt Linux OS

hi guys, i got job recently in a company which provide a product for data backup and data recovery... as dis product is wrriten in c++ am workin in c++.. now am under training and i want to learn abt Operating System concepts and OS programming using c and c++. i know basic c and c++ programming... (0 Replies)
Discussion started by: senthil.march
0 Replies

3. UNIX for Dummies Questions & Answers

I feel lost, how do I start learning UNIX?

I'm in college now and a part of a subject in this semester is learning UNIX, though the teacher failed to explain the basics, I feel, we got straight to the Unix Terminal and started putting in commands without much explanation what they were for. I quickly adapted to the basic ones, but in 5... (4 Replies)
Discussion started by: aco036
4 Replies

4. Programming

What Programming language should I start learning first?

I want to create a computer program that will translate from English to Spanish and vice versa. So someone could type in a word, phrase, or paragraph and translate from one language to another. What programming language would I use to write up the code and then implement this program? I want to... (8 Replies)
Discussion started by: Anna Hussie
8 Replies

5. Linux

which linux is best for learning unix?

I have just installed Ubuntu because I need a linux system asap and Ubuntu seems to be easiest for that. But I plan on installing some other Linux distro's for a while (maybe on virtualBox too) so i can understand the inner workings of linux and especially more about unix. I know that alot of the... (11 Replies)
Discussion started by: fuzzylogic25
11 Replies

6. UNIX for Dummies Questions & Answers

Which Unix/Linux to start using?

Hi all, New to the forum and in fact Unix. I want/need to start learning Unix and am a bit confused as to which to start using/download... Could someone please kindly point me in the right direction as how to get started, there seem to be so many different versions, etc... that i'm getting... (3 Replies)
Discussion started by: gavin watson
3 Replies

7. UNIX for Dummies Questions & Answers

what should i start-unix or linux

actually m interested in learning unix/linux. should i go for unix or linux and from where will i get the software for these. anyone knowing please help me. (7 Replies)
Discussion started by: sushilgroversp
7 Replies

8. UNIX for Dummies Questions & Answers

I want to cheaply build my own Linux/Unix PC, but don't know where to start

I want to cheaply build my own PC that will run the latest versions of Linspire, Fedora Core, FreeBSD and Solaris, but I don't know where to start. This PC doesn't have to be particulary fast. It's video performance need not be top notch, however, sound quality and sound performance must rock!... (4 Replies)
Discussion started by: Mr. Nice Guy
4 Replies

9. UNIX for Dummies Questions & Answers

Learning Unix & Linux

I'm new to Unix. I'm just looking for really good unix documents through Internet as pdf format on programming in all shells, and system adminstrator documents, and well as just all around really good documents on unix. Thank you (5 Replies)
Discussion started by: faaarin
5 Replies

10. Filesystems, Disks and Memory

How can i get start both sco unix and turbo linux?

I think and believe that i could start both the two OS from HardDisk until i installed Turbo Linux after the SCO unix . If I do anything ,Ican only start Turbo,but if i run "fdisk /mbr",the SCO unix can normally start,but the Turbo Linux could not start with unless you insert the bootdisket,which... (4 Replies)
Discussion started by: sensir163
4 Replies
Login or Register to Ask a Question