Discussion:
please tell me what are the following unix commands:
(too old to reply)
Mario
2004-03-04 17:45:13 UTC
Permalink
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
Marcin Dobrucki
2004-03-04 17:51:12 UTC
Permalink
http://bhami.com/rosetta.html
Post by Mario
Hello,
I am not a UNIX expert can you please tell me how to execute or
...
t***@pcunix.com
2004-03-04 18:25:02 UTC
Permalink
Post by Mario
Hello,
I am not a UNIX expert can you please tell me how to execute or
If this is for SCO OSR5, see http://aplawrence.com/newtosco.html
--
***@pcunix.com Unix/Linux/Mac OS X resources: http://aplawrence.com
Get paid for writing about tech: http://aplawrence.com/publish.html
Brian K. White
2004-03-04 19:00:49 UTC
Permalink
Post by Mario
Hello,
I am not a UNIX expert can you please tell me how to execute or
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 -- ***@aljex.com -- http://www.aljex.com/bkw/
+++++[>+++[>+++++>+++++++<<-]<-]>>+.>.+++++.+++++++.-.[>+<---]>++.
filePro BBx Linux SCO Prosper/FACTS AutoCAD #callahans Satriani
Dave Hinz
2004-03-05 02:34:46 UTC
Permalink
Post by Mario
Hello,
I am not a UNIX expert can you please tell me how to execute or
When is your homework due, please, and did your instructor tell you
about "man -k" or not?
stg-delfuego
2004-03-05 02:50:05 UTC
Permalink
Post by Mario
Hello,
Greetings Mario.
Post by Mario
I am not a UNIX expert can you please tell me how to execute or
How to check size of the Hard Disks with a unix command
`df -akt`, i believe
`du -s`, for directories
Post by Mario
How to check how much RAM is installed in the server with a unix
command
`vmstat`, `dmesg`, or `free` ?
Post by Mario
How can I get the ip address of each client or terminal connected.
`ifconfig -a`, I believe
Post by Mario
How can I broadcast or send a given same message to all the clients or
terminals connected
`wall`, fer shur
Post by Mario
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
Post by Mario
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.
Post by Mario
Thanks,
Mario
HTH

Loading...