|
Home > Archive > Unix questions > January 2006 > Whats the Unix command?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Whats the Unix command?
|
|
| John the Baptist Jr. 2006-01-22, 6:11 pm |
| I am using MacOSX. Whats the command to see who is logged into my
machine and what they are doing? As of know my Jornada 720 is logged in
via FTP.
John
--
John 1:6-9 There came a man who was sent from God;
his name was John. He came as a witness to testify
concerning that light, so that through him all men
might believe. He himself was not the light; he came
only as a witness to the light.
CERM-Church Education Resource Ministries
http://johnw.freeshell.org/bible/
----== Posted via webservertalk.com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.webservertalk.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
| |
| Ed Morton 2006-01-22, 6:11 pm |
| John the Baptist Jr. wrote:
> I am using MacOSX. Whats the command to see who is logged into my
> machine and what they are doing? As of know my Jornada 720 is logged in
> via FTP.
ps -a might be what you're looking for. man ps for more options.
Ed.
| |
| Chris F.A. Johnson 2006-01-22, 6:11 pm |
| On 2006-01-22, John the Baptist Jr. wrote:
> I am using MacOSX. Whats the command to see who is logged into my
> machine and what they are doing? As of know my Jornada 720 is logged in
> via FTP.
There are various commands, including who, w, ps, top, etc.....
--
Chris F.A. Johnson, author | <http://cfaj.freeshell.org>
Shell Scripting Recipes: | My code in this post, if any,
A Problem-Solution Approach | is released under the
2005, Apress | GNU General Public Licence
| |
| Alan Connor 2006-01-22, 6:11 pm |
| On comp.unix.questions, in <johnw_94020-7E9066.18464121012006@News-West.webservertalk.com>, "John the Baptist Jr." wrote:
> Subject: Whats the Unix command?
> From: "John the Baptist Jr." <johnw_94020@yahoo.com>
> Date: Sat, 21 Jan 2006 18:46:41 -0800
> Message-ID: <johnw_94020-7E9066.18464121012006@News-West.webservertalk.com>
> Lines: 28
> Organization: Heaven
> Path: newsspool1.news.pas.earthlink.net!stamper.news.pas.earthlink.net!elnk-nf2-pas!newsfeed.earthlink.net!newshub.sdsu.edu!news-feed01.roc.ny.frontiernet.net!nntp.frontiernet.net!news-in.webservertalk.com.MISMATCH!news-out2.webservertalk.com!local!sp6iad.super
feed.net!johnw_94020
> Newsgroups: comp.unix.misc,comp.unix.questions
> X-Proxy-User: $$$hg6n0tgj
> User-Agent: MT-NewsWatcher/3.4 (PPC Mac OS X)
> X-Report: Please report illegal or inappropriate use to <abuse@webservertalk.com>. Forward a copy of ALL headers INCLUDING the body. (DO NOT SEND ATTACHMENTS)
> X-Comments2: IMPORTANT: webservertalk.com does not condone,support,nor tolerate spam or any illegal or copyrighted postings.
> X-Comments: This message was posted through webservertalk.com
> Xref: news.earthlink.net comp.unix.misc:47481 comp.unix.questions:126294
> X-Received-Date: Sat, 21 Jan 2006 18:46:43 PST (newsspool1.news.pas.earthlink.net)
<body not downloaded>
Last thing we need is more fearmongering psuedo-Christians (who
claim to follow Jesus yet ignore almost everything He said)
cluttering up the Internet.
I think it is better if you don't acquire any real computer
skills or learn to use a decent operating system like Unix.
No, I don't have to read any of your psuedo-Christian posts to
know where you are coming from.
Are you not leading off with a lie? You are _not_ the son of
John the Baptist.
And are you not hiding behind that psuedonym?
Could it be that you don't want anyone to know how you really
live and how wretched you are. How your beliefs don't do
anything to help you at all?
That you are doing a "Wizard of Oz", spinning feeble illusions
of happiness on the Internet?
Why else?
Just paranoia?
If your beliefs can't give you courage and honesty and freedom
from fear, what good are they?
Alan
--
http://home.earthlink.net/~alanconnor/contact.html
see also: links.html and newsfilter.html
Other URLs of possible interest in my headers.
| |
| John the Baptist Jr. 2006-01-22, 6:11 pm |
| In article <jdudnZ6Vs8zHaE_eRVn-vw@comcast.com>,
Ed Morton <morton@lsupcaemnt.com> wrote:
> ps -a might be what you're looking for. man ps for more options.
>
> Ed.
Thank you very much. I will give that one a shot.
PID TT STAT TIME COMMAND
4795 p1 Ss 0:00.02 login -pf jwolf6589
4796 p1 S 0:00.04 -bash
4811 p1 R+ 0:00.01 ps -a
It did not show that my Jornada was connected.
ibookg4:~ jwolf6589$ w
22:39 up 3 days, 13:38, 2 users, load averages: 0.40 0.51 0.59
USER TTY FROM LOGIN@ IDLE WHAT
jwolf658 console - Wed09 3days -
jwolf658 p1 - 22:38 - w
ibookg4:~ jwolf6589$ who
jwolf658 console Jan 18 09:02
jwolf658 ttyp1 Jan 21 22:38
ibookg4:~ jwolf6589$
Hmm..
Maybe Unix cant do what I want.
John
--
John 1:6-9 There came a man who was sent from God;
his name was John. He came as a witness to testify
concerning that light, so that through him all men
might believe. He himself was not the light; he came
only as a witness to the light.
CERM-Church Education Resource Ministries
http://johnw.freeshell.org/bible/
----== Posted via webservertalk.com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.webservertalk.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
| |
| John the Baptist Jr. 2006-01-22, 6:11 pm |
| In article <evaba3-rbv.ln1@teksavvy.com>,
"Chris F.A. Johnson" <cfajohnson@gmail.com> wrote:
> There are various commands, including who, w, ps, top, etc.....
None gave me what I wnated. But I will play with them more.
Thank you.
John
--
John 1:6-9 There came a man who was sent from God;
his name was John. He came as a witness to testify
concerning that light, so that through him all men
might believe. He himself was not the light; he came
only as a witness to the light.
CERM-Church Education Resource Ministries
http://johnw.freeshell.org/bible/
----== Posted via webservertalk.com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.webservertalk.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
| |
| Chris F.A. Johnson 2006-01-22, 6:11 pm |
| On 2006-01-22, John the Baptist Jr. wrote:
> In article <evaba3-rbv.ln1@teksavvy.com>,
> "Chris F.A. Johnson" <cfajohnson@gmail.com> wrote:
>
>
> None gave me what I wnated.
What, exactly, do you want?
> But I will play with them more.
Have you looked at the options to the commands?
Have you tried, for example:
ps -ef
--
Chris F.A. Johnson, author | <http://cfaj.freeshell.org>
Shell Scripting Recipes: | My code in this post, if any,
A Problem-Solution Approach | is released under the
2005, Apress | GNU General Public Licence
| |
| Conrad J. Sabatier 2006-01-22, 6:11 pm |
| Alan Connor (i3x9mdw@j9n35c.invalid) wrote:
> On comp.unix.questions, in
> <johnw_94020-7E9066.18464121012006@News-West.webservertalk.com>, "John the
> Baptist Jr." wrote:
>
> Last thing we need is more fearmongering psuedo-Christians (who
> claim to follow Jesus yet ignore almost everything He said)
> cluttering up the Internet.
>
> I think it is better if you don't acquire any real computer
> skills or learn to use a decent operating system like Unix.
>
> No, I don't have to read any of your psuedo-Christian posts to
> know where you are coming from.
>
> Are you not leading off with a lie? You are _not_ the son of
> John the Baptist.
>
> And are you not hiding behind that psuedonym?
>
> Could it be that you don't want anyone to know how you really
> live and how wretched you are. How your beliefs don't do
> anything to help you at all?
>
> That you are doing a "Wizard of Oz", spinning feeble illusions
> of happiness on the Internet?
>
> Why else?
>
> Just paranoia?
>
> If your beliefs can't give you courage and honesty and freedom
> from fear, what good are they?
>
>
> Alan
While I can understand your sentiments, and largely agree with them as well,
I'd still like to suggest nonetheless that we try to keep this group free
of flamewars.
And incidentally, it's really not necessary to include the entire header of
the original article in your followup.
Thank you.
--
Conrad J. Sabatier <conrads@cox.net> -- "In Unix veritas"
| |
| Alan Connor 2006-01-22, 6:11 pm |
| On comp.unix.questions, in <VdGAf.15261$V.13419@fed1read04>, "Conrad J. Sabatier" wrote:
> Path: newsspool1.news.pas.earthlink.net!stamper.news.pas.earthlink.net!elnk-nf2-pas!newsfeed.earthlink.net!newshub.sdsu.edu!peer01.west.cox.net!cox.net!p01!fed1read04.POSTED!53ab2750!not-for-mail
> From: "Conrad J. Sabatier" <conrads@cox.net>
> Subject: Re: Whats the Unix command?
> Newsgroups: comp.unix.misc,comp.unix.questions
> Followup-To: comp.unix.misc
> References: <johnw_94020-7E9066.18464121012006@News-West.webservertalk.com> <slrndt5tf8.1no.i3x9mdw@b29x3m.invalid>
> Lines: 49
> User-Agent: KNode/0.10
> MIME-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7Bit
> Message-ID: <VdGAf.15261$V.13419@fed1read04>
> Date: Sun, 22 Jan 2006 01:10:59 -0600
> NNTP-Posting-Host: 68.14.59.177
> X-Complaints-To: abuse@cox.net
> X-Trace: fed1read04 1137913845 68.14.59.177 (Sun, 22 Jan 2006 02:10:45 EST)
> NNTP-Posting-Date: Sun, 22 Jan 2006 02:10:45 EST
> Organization: Cox Communications
> Xref: news.earthlink.net comp.unix.misc:47488 comp.unix.questions:126301
> X-Received-Date: Sat, 21 Jan 2006 23:11:00 PST (newsspool1.news.pas.earthlink.net)
<body not downloaded>
Followup cancelled.
Apparently, you are another fool with a computer that imagines
that everyone needs their approval or consent to say what they
feel needs saying.
Wrong.
Alan
--
http://home.earthlink.net/~alanconnor/contact.html
see also: links.html and newsfilter.html
| |
| Bill Marcum 2006-01-22, 6:11 pm |
| ["Followup-To:" header set to comp.unix.questions.]
On Sat, 21 Jan 2006 21:00:38 -0600, Ed Morton
<morton@lsupcaemnt.com> wrote:
> John the Baptist Jr. wrote:
>
>
netstat -tn
will show IP addresses and port numbers, but not user names or what
files they are downloading. Your FTP server logs should show that
information.
--
Memory fault - where am I?
| |
| Bill Marcum 2006-01-22, 6:11 pm |
| ["Followup-To:" header set to comp.unix.questions.]
On Sun, 22 Jan 2006 08:15:32 GMT, Alan Connor
<i3x9mdw@j9n35c.invalid> wrote:
>
> Apparently, you are another fool with a computer that imagines
> that everyone needs their approval or consent to say what they
> feel needs saying.
>
Mr. Pot, say hello to Mr. Kettle.
--
.... I see TOILET SEATS ...
| |
| Alan Connor 2006-01-22, 6:11 pm |
| On comp.unix.questions, in <jcvca3-aa3.ln1@don.localnet>, "Bill Marcum" wrote:
<body not downloaded>
Darn. I was hoping that you killfiled me. Sure did get sick of
your bitchy sniping.
That's why I killscored _you_.
I suppose that you are going on about me posting off-topic,
but I didn't start it.
The OP uses his From: header as a Subject: header. That's a
sneaky abuse of Usenet protocol.
His name is obviously NOT "John the Baptist Jr." and he chose
that name to make a statement.
In his headers he claims that he belongs to the Organization:
Heaven, to further hammer in his point.
Since he is using his From: header as Subject: header and is
posting on a Unix group, he should call himself "unixlover" or
something like that.
Or, he could quit phukking around like a stupid child and quit
hiding like a paranoid twit/petty criminal and just use his name.
But I'd bet my life that he hides behind many aliases, because
of course, Jesus taught us that all those who spread His message
must be rude, dickless, motormouthed punks, right?
Alan
--
http://home.earthlink.net/~alanconnor/contact.html
see also: links.html and newsfilter.html
Other URLs of possible interest in my headers.
|
|
|
|
|