LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 01-04-2008, 09:31 AM   #1
sunrajtech
LQ Newbie
 
Registered: Jul 2007
Posts: 3

Rep: Reputation: 0
Linux Commands


Hi,

i want all type of linux command and their use. please sent me any link or tutorial for this things.

a wait for your reply.

regards,

sunrajtech.
 
Old 01-04-2008, 09:35 AM   #2
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
http://www.linuxcommand.org/
 
Old 01-04-2008, 09:39 AM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
man bash

http://tldp.org Bash Guide for Beginners
 
Old 01-04-2008, 10:02 AM   #4
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Or GNU/Linux Command-Line Tools Summary, too.
 
Old 01-04-2008, 10:48 AM   #5
SlowCoder
Senior Member
 
Registered: Oct 2004
Location: Southeast, U.S.A.
Distribution: Debian based
Posts: 1,250

Rep: Reputation: 164Reputation: 164
You've been provided with some good examples.

Many of the commands listed on these pages are generally available in modern Linux distributions. Others may need to be installed before you can access them. Each distribution is different, and will have a different set of commands available by default.

Another thing to think about is what shell you are using. Bash uses a command line structure, and internal commands, that will be different from other shells. Again, most distributions today use bash as their default, but that can be changed.
 
Old 01-04-2008, 03:37 PM   #6
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
Quote:
i want all type of linux command and their use.
judging by the forum, that'll be all the non-unix Linux commands that you want then...

I note that when I 'google' (other search engines exist...) "linux commands" at least the first half dozen hits look useful, although maybe not as useful as some of the responses that you have already received, so presumably you have already looked at some of those and they didn't help you in some particular way.

If so can you be more specific about what you want? Is it descriptions of the commands themselves, the bash shell, writing programs out of bash shell commands, other shells than bash? Or maybe its not shell commands and it is OS calls that you are really interested in?

Looking at my bookshelf, I can see a fairly thick book "Linux commands, instant reference" peeking back at me, so I'd guess each of those subjects could justify a book in its own right.
 
Old 01-04-2008, 11:30 PM   #7
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
Quote:
Originally Posted by sunrajtech View Post
Hi,

i want all type of linux command and their use. please sent me any link or tutorial for this things.

a wait for your reply.

regards,

sunrajtech.
This has to be the best post ever...seriously.

I have a 100 question test due in one hour. Here is the test - please fill out all the answers and send it back to me. OK? Thanks!
 
Old 01-06-2008, 04:16 AM   #8
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
Quote:
Originally Posted by Carlwill View Post
This has to be the best post ever...seriously.

I have a 100 question test due in one hour. Here is the test - please fill out all the answers and send it back to me. OK? Thanks!
Hmmm, if this is a helplessness competition, you could also consider http://feeds.feedburner.com/~r/linux...showthread.php?

This "How to installation Ubuntu" question, shows zero evidence of the guy doing anything whatever about installation himself, in spite of good documentation from Ubuntu.

Even then, I could have understood "I've tried this and it didn't work, please help me" but this is inviting someone to spend, say, a month of their life, working on an install manual, just because this guy can't be bothered to work out a specific question. Its the "detail" word that gets me, because I can make (some) allowances for the general lack of politeness in "you give me information..." from someone for whom English clearly doesn't seem to be their first language.

Quote:
I want detail process of how to install Ubuntu.
you give me information about what is required specification for system to installation ubuntu of which system able to installation ubuntu.please sent me above all things.

a wait for your reply.

regards,

sunrajtech
Now I understand that the smart would have either:

a) ignored the abuse of community that could have been implied

Or

b) posted a link (a link which google would have supplied to the OP, had he bothered to use google before posting)

but most people would have felt so guilty about possibly getting someone to write a complete install manual that they wouldn't have asked such an all-encompassing question.

A competitor post and another resemblance too, you may have noticed.
 
Old 01-08-2008, 10:23 AM   #9
hex1a4
Member
 
Registered: Dec 2007
Location: ON CA
Distribution: Xubuntu 8.04; Xubuntu 6.06.2
Posts: 64

Rep: Reputation: 15
Commands are executable software applications. The only exception are shell (tcsh, zsh etc) buil-in commands.
Look in the following directories to see what you have on your system:

/bin/
/usr/bin/
/usr/local/bin/
/sbin/
/usr/sbin/
/usr/local/sbin/
/usr/games/
/usr/X11R6/bin/

For details about each app run man command to get its manual page,
ie: man ls will give you information about ls

Last edited by hex1a4; 01-08-2008 at 10:25 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux commands willrs2 Linux - Newbie 9 12-20-2007 08:51 PM
Linux commands ecuas Linux - Newbie 5 01-10-2007 07:15 PM
Suse Linux Commands For These Aix Commands? Vaskar Guha Linux - Software 2 12-19-2005 12:45 AM
linux commands eckomark Linux - Newbie 2 07-20-2001 09:43 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 11:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration