 |
|
 |
|
|
 |
please tell me what are the following unix commands: |
 |
 |
|
|
03-04-04 06:34 PM
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
[ Post a follow-up to this message ]
|
|
|
 |
|
|
|
 |
Re: please tell me what are the following unix commands: |
 |
 |
|
|
|
|
 |
Re: please tell me what are the following unix commands: |
 |
 |
|
|
 |
|
 |
|
|
 |
Re: please tell me what are the following unix commands: |
 |
 |
|
|
03-04-04 07:34 PM
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 -- brian@aljex.com -- http://www.aljex.com/bkw/
+++++[>+++[>+++++>+++++++<<-]<-]>>+.>.+++++.+++++++.-.[>+<---]>+
+.
filePro BBx Linux SCO Prosper/FACTS AutoCAD #callahans Satriani
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: please tell me what are the following unix commands: |
 |
 |
|
|
03-05-04 03:34 AM
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?
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: please tell me what are the following unix commands: |
 |
 |
|
|
03-05-04 03:34 AM
mandm@flashnet.it (Mario) wrote in message news:<9ae829af.0403040945.2e5addad@posting.googl
e.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
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: please tell me what are the following unix commands: |
 |
 |
|
|
03-05-04 03:34 AM
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:
>
> 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>
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: please tell me what are the following unix commands: |
 |
 |
|
|
03-05-04 03:34 AM
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:
>
> 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?
[ Post a follow-up to this message ]
|
|
|
 |
|
|
|
 |
Re: please tell me what are the following unix commands: |
 |
 |
|
|
03-05-04 03:34 AM
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:
>
> 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>
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: please tell me what are the following unix commands: |
 |
 |
|
|
03-27-04 08:37 PM
djcameron60616@yahoo.com (stg-delfuego) wrote in message news:<6b28e43f.0403041850.a75ea48@
posting.google.com>...
> mandm@flashnet.it (Mario) wrote in message news:<9ae829af.0403040945.2e5ad
dad@posting.google.com>...
> Greetings Mario.
df -akt
du -s
vmstat
ifconfig -a
wall
write username --substitute username with the login username
if the client has `mesg n` set, you may not get the message to them,
instead you could mail the user.
> HTH
Were these correct?
[ Post a follow-up to this message ]
|
|
|
 |
|
|
|
|
Sponsored Links |
 |
 |
|
|
 |
All times are GMT. The time now is 12:44 AM. |
 |
|
|
 |
|
 |
|
|
 |
|
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
|
|
|
|
Medical and Health forum | Computer Games Reviews | Graphics design forum
|
 |
|
 |
|