NTFS permissons bug?

2017-03-10 Thread Don Beusee
I'm having a problem with openssh on cygwin. When I'm logged into windows, things are fine, even in a cygwin64 window: dbeusee2@lan /e $ cd ppscvsroot/ dbeusee2@lan /e/ppscvsroot $ id uid=1049863(dbeusee2) gid=1049089(Domain Users) groups=1049089(Domain Users),545(Users),4(INTERACTIVE),66049(

RE: Why require ps -W and kill -f

2010-01-22 Thread Don Beusee
E: Why require ps -W and kill -f --- Ven 22/1/10, Don Beusee ha scritto: > People don't care about > implementation details.  They care about what is > running on the system (the WHOLE system).  They want > kill and ps to show what's running on the system, not what > cygwi

RE: Why require ps -W and kill -f

2010-01-22 Thread Don Beusee
almost all users will prefer this behavior. -Don -Original Message- From: Andy Koppe [mailto:andy.ko...@gmail.com] Sent: Thursday, January 21, 2010 9:02 PM To: d...@beusee.com; cygwin@cygwin.com Subject: Re: Why require ps -W and kill -f 2010/1/22 Don Beusee: > ps -e on Unix displays

Why require ps -W and kill -f

2010-01-21 Thread Don Beusee
ps -e on Unix displays “every process running on the system”.  This command doesn't do that under cygwin.  Why should it be necessary to supply -W to see all processes running on the system?  This makes it incompatible with Linux/Unix, and such scripts that rely on -e doing this will not work the s

RE: ps -p

2005-07-27 Thread Don Beusee
w on large Unix systems with 1000's of processes running. ps -p is immediate, reliable, and portable (it's SYSV/SVR4 standard). -Don > -Original Message- > From: Carlo Florendo [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 27, 2005 5:22 PM > To: Don Beusee &

ps -p

2005-07-27 Thread Don Beusee
Can you add the -p option? All flavors of Unix these days allows you to specify which PID to ps. -Don __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Unsubscribe info: http://cy

PS -W option - why?

2005-07-27 Thread Don Beusee
ps -e on Unix returns all processes running on the system. This command doesn't do that under cygwin. Why should it be necessary to supply -W to see all processes running on the system? This makes it incompatible with Linux/Unix, and such scripts that rely on -e doing this will not work the same

which command returns incomplete paths that don't work with all commands

2005-07-27 Thread Don Beusee
I am new to Cygwin, but very experienced with Unix/Linux. I did this command, just to see how compatible cygwin is with Unix/Linux: strings -a `which ps` | grep Header This works on Unix/Linux (it correctly returns nothing for this executable, but it returns a lot of stuff with Oracle Application