public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: jeffdbREMOVETHIS@netzone.com (Mikey)
To: "Khosla, Deepak" <DKhosla@Compaq.com>, gnu-win32@cygnus.com
Subject: Re: ps, test, /dev/null questions
Date: Wed, 17 Sep 1997 21:44:00 -0000	[thread overview]
Message-ID: <3421b159.8198607@smtp.netzone.com> (raw)
In-Reply-To: <c=US%a=_%p=COMPAQ%l=EXCHOU-CA0201-970917183633Z-7887@exchou-conn02.im.hou.compaq.com>

use pview (NT resource kit)
pview95 (Platform SDK sample applications)
wintop (95 only? MS kerneltoys)

cygnus ps only shows procs for cygnus processes. (reasonable I think :).

/dev/null exists only in the mind of the cygwin.dll (and not always there)

try diff -ubB /dev/null file.c (use echo|diff -ubB - file.c or diff -urBbN ../emptydir . )
 
.\\NUL (./NUL) exists in every directory on FAT VFAT or NTFS 
(it's a system device however it's not recognized by cygwin.dll)
(see any good dos book whoops I mean dosshell95/NT, er win32? book :)

try test -w ./DIR/. && echo itshere  (the ending slash messes up stat I think)

On Wed, 17 Sep 1997 13:36:33 -0500, you wrote:

>Hi,
>
>Can anyone answer these for me - I've looked through the docs but no 
>man on ps :-(
>
>1)	ps -ef does not return all the jobs on the system. Is there a way I 
>can look at all the jobs and not just the children of my session?
>2)	test -w Dir returns FALSE even though I can write to the directory 
>DIR
>3)	I have found through some emails that people use nul: as the 
>equivalent of /dev/null (in Unix). Is that accurate and corect? Is 
>that dcumented anywhere?
>
>Regards
>
>Deepak Khosla
>281-514-9234
>Deepak.Khosla@compaq.com
>
>
>-
>For help on using this list (especially unsubscribing), send a message to
>"gnu-win32-request@cygnus.com" with one line of text: "help".
>

(jeffdbREMOVETHIS@netzone.com)
delete REMOVETHIS from the above to reply
         Mikey
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

  reply	other threads:[~1997-09-17 21:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-09-17 11:41 Khosla, Deepak
1997-09-17 21:44 ` Mikey [this message]
1997-09-18 12:23 Khosla, Deepak
1997-09-20  7:22 ` Michael Hirmke
1997-09-18 16:47 Larry Hall
1997-09-19  8:41 ` Pete Jordan
1997-09-18 23:50 Sergey Okhapkin
1997-09-19  3:22 ` Gunther Ebert
1997-09-19 12:39 ` Lassi A. Tuura
1997-09-19 19:29 ` Hilton Fernandes
1997-09-19 20:10 ` Alex
1997-09-21 12:29 Ken Cantrell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3421b159.8198607@smtp.netzone.com \
    --to=jeffdbremovethis@netzone.com \
    --cc=DKhosla@Compaq.com \
    --cc=gnu-win32@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).