please tell me what are the following unix commands:

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default please tell me what are the following unix commands:

    Hello,

    I am not a UNIX expert can you please tell me how to execute or
    achieve the following functions, what are the unix commands:

    How to check size of the Hard Disks with a unix command

    How to check how much RAM is installed in the server with a unix
    command

    How can I get the ip address of each client or terminal connected.

    How can I broadcast or send a given same message to all the clients or
    terminals connected

    How can I send a message to a single client or terminal connected,
    what do i need to know of that terminal or client? the ip address is
    enought ?

    Thanks,

    Mario
    Mario Guest

  2. Similar Questions and Discussions

    1. Help with UNIX commands
      I am researching some unix commands and I would like to know if someone knows where I can find them online. I just want to know what are they used...
    2. Practices on UNIX Commands
      Is there any UNIX software that can be installed on Windows XP for me to practice UNIX/AIX environment and commands?
    3. Need help with UNIX compiler commands
      Consider this simple C++ program: #include <iostream.h> int main(void) { cout << "Hello, world!" << endl; return 0; //This is optional }...
    4. Using external Unix commands
      I cant use Telnet or Sockets because the modules are not loaded on. I want to automate telnets to a list of ips. It looks like this is running...
    5. Unix equivalent of Dos commands
      I am trying to send strings of data to a customer display connect to /dev/tty2a in Openserver 5.0.5. The use manual explains how to do this in...
  3. #2

    Default Re: please tell me what are the following unix commands:

    [url]http://bhami.com/rosetta.html[/url]

    Mario wrote:
    > Hello,
    >
    > I am not a UNIX expert can you please tell me how to execute or
    > achieve the following functions, what are the unix commands:
    ....

    Marcin Dobrucki Guest

  4. #3

    Default Re: please tell me what are the following unix commands:

    In comp.unix.sco.misc Mario <mandm@flashnet.it> wrote:
    >Hello,
    >I am not a UNIX expert can you please tell me how to execute or
    >achieve the following functions, what are the unix commands:

    If this is for SCO OSR5, see [url]http://aplawrence.com/newtosco.html[/url]

    --
    [email]tony@pcunix.com[/email] Unix/Linux/Mac OS X resources: [url]http://aplawrence.com[/url]
    Get paid for writing about tech: [url]http://aplawrence.com/publish.html[/url]
    tony@pcunix.com Guest

  5. #4

    Default Re: please tell me what are the following unix commands:

    Mario wrote:
    > Hello,
    >
    > I am not a UNIX expert can you please tell me how to execute or
    > achieve the following functions, what are the unix commands:
    >
    > How to check size of the Hard Disks with a unix command
    >
    > How to check how much RAM is installed in the server with a unix
    > command
    >
    > How can I get the ip address of each client or terminal connected.
    >
    > How can I broadcast or send a given same message to all the clients or
    > terminals connected
    >
    > How can I send a message to a single client or terminal connected,
    > what do i need to know of that terminal or client? the ip address is
    > enought ?
    We wouldnt be doing your homework or lab work for you now would we? :)

    --
    Brian K. White -- [email]brian@aljex.com[/email] -- [url]http://www.aljex.com/bkw/[/url]
    +++++[>+++[>+++++>+++++++<<-]<-]>>+.>.+++++.+++++++.-.[>+<---]>++.
    filePro BBx Linux SCO Prosper/FACTS AutoCAD #callahans Satriani


    Brian K. White Guest

  6. #5

    Default Re: please tell me what are the following unix commands:

    On 4 Mar 2004 09:45:13 -0800, Mario <mandm@flashnet.it> wrote:
    > Hello,
    >
    > I am not a UNIX expert can you please tell me how to execute or
    > achieve the following functions, what are the unix commands:
    When is your homework due, please, and did your instructor tell you
    about "man -k" or not?


    Dave Hinz Guest

  7. #6

    Default Re: please tell me what are the following unix commands:

    [email]mandm@flashnet.it[/email] (Mario) wrote in message news:<9ae829af.0403040945.2e5addad@posting.google. com>...
    > Hello,
    Greetings Mario.
    >
    > I am not a UNIX expert can you please tell me how to execute or
    > achieve the following functions, what are the unix commands:
    >
    > How to check size of the Hard Disks with a unix command
    `df -akt`, i believe
    `du -s`, for directories
    >
    > How to check how much RAM is installed in the server with a unix
    > command
    `vmstat`, `dmesg`, or `free` ?
    > How can I get the ip address of each client or terminal connected.
    `ifconfig -a`, I believe
    > How can I broadcast or send a given same message to all the clients or
    > terminals connected
    `wall`, fer shur
    > How can I send a message to a single client or terminal connected,
    `write username`, fer shur, substitute username with the login of a
    user
    > what do i need to know of that terminal or client? the ip address is
    > enought ?
    if the client has `mesg n` set, you may not get the message to them,
    instead you could mail the user.
    >
    > Thanks,
    >
    > Mario
    HTH
    stg-delfuego Guest

  8. #7

    Default Re: please tell me what are the following unix commands:

    On 5 Mar 2004 02:34:46 GMT,
    Dave Hinz (davehinz@spamcop.net) wrote:
    > On 4 Mar 2004 09:45:13 -0800, Mario <mandm@flashnet.it> wrote:
    >> Hello,
    >>
    >> I am not a UNIX expert can you please tell me how to execute or
    >> achieve the following functions, what are the unix commands:
    >
    > When is your homework due, please, and did your instructor tell you
    > about "man -k" or not?
    Funny thing is - if he had searched Google's usenet archive for those
    questions, he'd have his answers .........

    --
    Bev A. Kupf
    "The lyfe so short, the craft so long to lerne" -- Chaucer
    Tintin turns 75 <http://www.tintin.com>
    Bev A. Kupf Guest

  9. #8

    Default Re: please tell me what are the following unix commands:

    On Fri, 05 Mar 2004 02:54:15 GMT, Bev A. Kupf <bevakupf@myhome.net> wrote:
    > On 5 Mar 2004 02:34:46 GMT,
    > Dave Hinz (davehinz@spamcop.net) wrote:
    >>
    >> When is your homework due, please, and did your instructor tell you
    >> about "man -k" or not?
    >
    > Funny thing is - if he had searched Google's usenet archive for those
    > questions, he'd have his answers .........
    Ah, but that's so much more work than actually doing your own
    homework, isn't it?


    Dave Hinz Guest

  10. #9

    Default Re: please tell me what are the following unix commands:

    On 5 Mar 2004 03:19:31 GMT,
    Dave Hinz (davehinz@spamcop.net) wrote:
    > On Fri, 05 Mar 2004 02:54:15 GMT, Bev A. Kupf <bevakupf@myhome.net> wrote:
    >> On 5 Mar 2004 02:34:46 GMT,
    >> Dave Hinz (davehinz@spamcop.net) wrote:
    >>>
    >>> When is your homework due, please, and did your instructor tell you
    >>> about "man -k" or not?
    >>
    >> Funny thing is - if he had searched Google's usenet archive for those
    >> questions, he'd have his answers .........
    >
    > Ah, but that's so much more work than actually doing your own
    > homework, isn't it?
    Online reference library :-)

    --
    Bev A. Kupf
    "The lyfe so short, the craft so long to lerne" -- Chaucer
    Tintin turns 75 <http://www.tintin.com>
    Bev A. Kupf Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139