Jump to content

going to learn basic of Linux

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
16 replies to this topic

#1
gamiR

gamiR

    Learning Programmer

  • Members
  • PipPipPip
  • 96 posts
Hi. I'm new to Linux. I have many problems about linux commands.
What is the significance of "who" command.

#2
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
Who - Linux Commands
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#3
MeTh0Dz

MeTh0Dz

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,119 posts
Just google commands you have issues with. They aren't worth making a post over.

#4
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
That's what I was thinking. Some people obviously don't know how to use Google.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#5
MeTh0Dz

MeTh0Dz

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,119 posts
Lol.

#6
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
Well, it's kind of difficult... especially as there's a plain text box in the middle of the screen and a big button next to it that says "Google Search". Confusing.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#7
morefood2001

morefood2001

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,720 posts

Xav said:

Well, it's kind of difficult... especially as there's a plain text box in the middle of the screen and a big button next to it that says "Google Search". Confusing.

More humor.

I believe who will find someone's ip address information, or details about a specific user. Commands like these are used very frequently in irc.

#8
gamiR

gamiR

    Learning Programmer

  • Members
  • PipPipPip
  • 96 posts
Thank You . I'll not asks for linux commands here. I'll google it.
Busy Penguin

#9
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
Generally linux has built in documentation for its commands. Type "man who" at your prompt (press enter) and it will bring up the manual on the who command.

#10
gamiR

gamiR

    Learning Programmer

  • Members
  • PipPipPip
  • 96 posts
I have read that from site which Xav replied.man is command to see manual of any mention command. Isn't it?
Busy Penguin

#11
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts

gamiR said:

I have read that from site which Xav replied.man is command to see manual of any mention command. Isn't it?

Yes.

#12
morefood2001

morefood2001

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,720 posts

gamiR said:

man is command to see manual of any mention command. Isn't it?


man <command>


When entered into the bash terminal of linux, this will give you the built in documentation (help) for that command.