LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   hi, I am very new in linux (https://www.linuxquestions.org/questions/linux-newbie-8/hi-i-am-very-new-in-linux-865676/)

neerajkashive 03-01-2011 03:16 AM

hi, I am very new in linux
 
hello every one
I am very new in linux and want to move further..
Can you tell me what should be the right approach

repo 03-01-2011 03:18 AM

Welcome to LQ

Install linux, use it, read the documentation and man pages, ask questions if you are stuck.
A good start would be
http://tldp.org/
and off course google and LQ

Kind regards

austinium 03-01-2011 03:35 AM

Do you:
1) Want use Linux for browsing the net and typing the occasional letter(regular daily usage)?
2) use Linux as a development environment(C/Java/Python/Gambas...its a long list)?
3) Want to teach yourself shell scripting?
4) use your Linux installation to teach yourself system administration?

You should figure out what you want to do with Linux so that you'll know where to start off. In any case you should first get comfortable with basic shell usage(cp,mv,rm,ls etc) and know how to work your way around the GUI before proceeding to bigger things.

Good luck...

sublime188 03-01-2011 06:40 AM

Here are some materials that should be useful. A basic understanding of virtualization, installation, and some fundamental commands. If you need a good linux ebook you can pm me for a link.

Kernel information: http://www.ibm.com/developerworks/li...nel/index.html
Virtualization video: http://www.youtube.com/watch?v=MnNX1...eature=related

I recommend understanding these concepts:
What is a swap partition, do you need one?
What is an extended partition? Why are extended partitions used?
Find out the two hard disk partitioning tools that you can use with linux
What is a boot loader, and which one have you chosen to use?
Where did you mount your primary and swap partitions?
What does it mean to mount a partition?
Be able to create a new directory.
Be able to create a new file.
Be able to change a users password.

Practice these basic commands:
* passwd
* ls (& ls | less )
* cat
* mkdir
* cd (& cd ..)
* pwd
* man
* info
* find
* locate


All times are GMT -5. The time now is 01:05 AM.