LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux commands (https://www.linuxquestions.org/questions/linux-newbie-8/linux-commands-4175424448/)

dileep2011 08-28-2012 01:10 PM

Linux commands
 
Hi everyone can anyone help me regarding practicing LINUX COMMANDS. While listening to class everything is ok for me but when came to practice it was very confusing to me to practice. so please help me in this.
actually am taking coaching for ORACLE DBA for those thing i need LINUX BASIC COMMANDS

spiky0011 08-28-2012 01:19 PM

Hi

Have a look here
http://linuxcommand.org/index.php

szboardstretcher 08-28-2012 01:21 PM

Your local library might have something in the vain of Linux System Administration or Unix Administration...

sag47 08-28-2012 01:37 PM

In the terminal, run
Code:

echo $PATH
You should see something like this...
Code:

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Run the ls command on each of those directories to see a list of commands. For every command there look at it's associated manual page (see man command by typing "man man" in terminal) and/or help documentation. For example, for ls you can do the following.
Code:

man ls
info ls
ls --help

You can use the 'q' key to quit the manual pages.

Do that for every command in the system and you will become extremely well acquainted with available commands. You could also see this thread where I recommend reading for another user.

pixellany 08-28-2012 07:45 PM

Quote:

Originally Posted by dileep2011 (Post 4766645)
Hi everyone can anyone help me regarding practicing LINUX COMMANDS. While listening to class everything is ok for me but when came to practice it was very confusing to me to practice. so please help me in this.
actually am taking coaching for ORACLE DBA for those thing i need LINUX BASIC COMMANDS

Do you have a computer with Linux installed? If not, do that first.

the best practice is often simply trying things...

vtel57 08-28-2012 08:14 PM

One of my favorite sites regarding the command line in Linux --> http://www.linuxcommand.org/index.php

Enjoy! :)

chrism01 08-28-2012 08:24 PM

You definitely need access to a Linux system so that you can practice eg dual-boot, LiveCD etc, then refer to this tutorial
http://rute.2038bug.com/index.html.gz

You can get distros to install from www.distrowatch.com; try to get same or similar to the one on your course.
Tell us what that distro is.


All times are GMT -5. The time now is 06:48 AM.