Username: Save?
Password:
Home Forum Links Search Login Register*
    News: Welcome to the TechnoWorldInc! Community!
Recent Updates
[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[February 14, 2024, 02:00:39 PM]
Subscriptions
Get Latest Tech Updates For Free!
Resources
   Travelikers
   Funistan
   PrettyGalz
   Techlap
   FreeThemes
   Videsta
   Glamistan
   BachatMela
   GlamGalz
   Techzug
   Vidsage
   Funzug
   WorldHostInc
   Funfani
   FilmyMama
   Uploaded.Tech
   MegaPixelShop
   Netens
   Funotic
   FreeJobsInc
   FilesPark
Participate in the fastest growing Technical Encyclopedia! This website is 100% Free. Please register or login using the login box above if you have already registered. You will need to be logged in to reply, make new topics and to access all the areas. Registration is free! Click Here To Register.
+ Techno World Inc - The Best Technical Encyclopedia Online! » Forum » THE TECHNO CLUB [ TECHNOWORLDINC.COM ] » Computer / Technical Issues » Operating Systems » Linux
  Linux Training Help - Popular Linux Help Commands that Help You Learn How to Us
Pages: [1]   Go Down
  Print  
Author Topic: Linux Training Help - Popular Linux Help Commands that Help You Learn How to Us  (Read 780 times)
Daniel Franklin
TWI Hero
**********


Karma: 3
Offline Offline

Posts: 16647


View Profile Email


Learning how to use Linux commands is key to understanding how to administer a Linux system. When you are new to the Linux OS (operating system) and need help with your Linux training, you can use these Linux commands to get help with using Linux (in general) and also get help on how to use a Linux command.

3 Popular Linux Commands You Can Use to Get Help with Using Linux

1. The Linux Help Command

There are Linux commands that are called builtin (one word) commands, such as the cd (change directory) and echo commands. The help command is used to get help on builtin commands.

Linux Help Command Example

]# help cd

The output of the above command shows help on running the Linux cd command.

Linux Tips: The ]# in the above example is the Linux command line prompt, that appears when you are at a Linux console (also called a Linux terminal). You don't need to type in the ]# characters, just type in the command at the right!

2. The Linux Info Command

The Linux info command is used to display help "info pages" on a Linux command or on a Linux concept.

Linux Info Command Example

]# info grep

The Linux command above shows info (help) on running the Linux grep command.

One of the best parts of using the info command is that some of the info pages show examples of using a Linux command.

Linux Tips: Examples of Linux commands provide an excellent way to learn a command. The Linux man pages (describe below) and lots of other free Linux documentation rarely shows a Linux command example.

3. The Linux Man Command

The Linux man command is used to display Linux man pages. These "pages" provide help on a Linux concept, such as booting a Linux system, or on a Linux command, such as the find command.

Linux Man Command Example

]# man find

This command shows the man page(s) for the Linux find command.

Linux Tips: The Linux man pages are quite cryptic and difficult to understand for someone new to Linux. Try using the Linux info command first and also look to see if you can find an example of how to use the Linux command.

Using the --help Option of a Linux Command to Get Help with Using Linux

Several Linux commands have a --help option that shows a description of the command and its options. To use the --help option, just type in the name of the command followed by --help, as shown below.

Linux --help Option Example

]# mkdir --help

The --help option is used to show help on the Linux mkdir command.

All of the above Linux commands and options can be difficult to understand for someone new to Linux. One way to get easy Linux training is to get a popular Linux book (or Linux ebook) or to watch Linux video tutorials.

A Linux video tutorial can really help you with Linux training by hearing and watching a Linux concept being described or seeing how a Linux command is run in a step-by-step manner.

Articles Source - Free Articles
About the Author

Clyde Boom, Author and Expert Trainer with 20+ Years of Training Successes (goa).

Watch Sample I Learn Linux Video Tutorials now at http://www.iLearnLinux.com and get over the steep Linux learning curve.

Get I Learn Linux News Now!

Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

Copyright © 2006-2023 TechnoWorldInc.com. All Rights Reserved. Privacy Policy | Disclaimer
Page created in 0.177 seconds with 25 queries.