Re: Window question

2011-09-27 Thread Eddie Chen
Thanks  guys for you help.

-Original Message-
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Emmett 
O'Grady
Sent: Monday, September 26, 2011 7:33 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Window question

Dir z: /s

Emmett


- Original Message -
From: echen
Sent: 26.09.2011 17:53 AST
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Window question



I need a recursive list of sub-directories under the Z drive. 

- Original Message -
From: Scott Rohling [mailto:scott.rohl...@gmail.com]
Sent: Monday, September 26, 2011 05:45 PM
To: LINUX-390@VM.MARIST.EDU 
Subject: Re: Window question

As I recall:DIR Z:

Scott Rohling

On Mon, Sep 26, 2011 at 2:56 PM, Eddie Chen  wrote:

>   Does any know the command in WINDOW where I can list every
> files/directories
>   Under my Z drive.
>
>
>   Similar to the Linux command of
>   "ls -lR" where I can list all the files/directory under the file system.
>
>Thanks
>
> -Original Message-
> From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Mark
> Post
> Sent: Monday, September 26, 2011 3:37 PM
> To: LINUX-390@VM.MARIST.EDU
> Subject: Re: RH NFS Server
>
> >>> On 9/26/2011 at 03:04 PM, "Dazzo, Matt"  wrote:
> > I finally got some messages to the /var/log/messages file. What might
> these
> > means? Thanks Matt
> >
> > Sep 26 14:54:35 lntest1 mountd[1264]: authenticated mount request from
> > 27.1.39.74:1023 for /home/matt (/home/matt)
> > Sep 26 14:54:35 lntest1 kernel: nfsd: request from insecure port
> > (27.1.39.74:1062)!
> > [root@lntest1 log]#
>
> It means that the z/OS client initiated the mount request on outgoing port
> 1062.  Since only root can open ports between 0-1023, those are called
> 'secure ports" and anything else is referred to as "unprivileged" or
> "insecure" ports.  Some NFS server implementations don't like mount requests
> coming in on unprivileged ports, since it means that some process that might
> not be running as root has done that.
>
> I don't recall if the z/OS NFS client can be made to only make requests on
> secure ports or not.  If not, then you'll have to tell your NFS server to
> accept requests on unprivileged ports.
>
>
> Mark Post
>
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
> visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> --
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/
> Please consider the environment before printing this email.
>
> Visit our website at http://www.nyse.com
>
> 
>
> Note:  The information contained in this message and any attachment to it
> is privileged, confidential and protected from disclosure.  If the reader of
> this message is not the intended recipient, or an employee or agent
> responsible for delivering this message to the intended recipient, you are
> hereby notified that any dissemination, distribution or copying of this
> communication is strictly prohibited.  If you have received this
> communication in error, please notify the sender immediately by replying to
> the message, and please delete it from your system.  Thank you.  NYSE
> Euronext.
>
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
> visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> --
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/
>

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/
Please consider the environment before printing this email.

Visit our website at http://www.nyse.com



Note:  The information contained in this message and any attachment to it is 
privileged, confidential and protected from disclosure.  If the reader of this 
message is not the intended recipient, or an employee or agent responsible for 
delivering this m

Re: Window question

2011-09-26 Thread Mauro Souza
Some time ago, I even made a LS.BAT consisting of
@DIR %1 %2 %3 %4 %5 %6 %7 %8 %9

and my copies of CLEAR.BAT too... I just wanted to be able to issue a
^D to exit a shell...

Mauro
http://mauro.limeiratem.com - registered Linux User: 294521
Scripture is both history, and a love letter from God.



On Mon, Sep 26, 2011 at 8:38 PM, Shane  wrote:
> Windoze provides "help " for a subset of commands. If that fails
> try " /?". Should work for dir.
> I can't count the number of times I've used "ls" (out of habit) on
> Windoze systems    :(
>
> Shane ...
>
> On Mon, 26 Sep 2011 17:53:45 -0400 Eddie Chen wrote:
>
>> I need a recursive list of sub-directories under the Z drive.
>
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> --
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/
>

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/


Re: Window question

2011-09-26 Thread Shane
Windoze provides "help " for a subset of commands. If that fails
try " /?". Should work for dir.
I can't count the number of times I've used "ls" (out of habit) on
Windoze systems    :(

Shane ...

On Mon, 26 Sep 2011 17:53:45 -0400 Eddie Chen wrote:

> I need a recursive list of sub-directories under the Z drive.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/


Re: Window question

2011-09-26 Thread Emmett O'Grady
Dir z: /s

Emmett


- Original Message -
From: echen
Sent: 26.09.2011 17:53 AST
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Window question



I need a recursive list of sub-directories under the Z drive. 

- Original Message -
From: Scott Rohling [mailto:scott.rohl...@gmail.com]
Sent: Monday, September 26, 2011 05:45 PM
To: LINUX-390@VM.MARIST.EDU 
Subject: Re: Window question

As I recall:DIR Z:

Scott Rohling

On Mon, Sep 26, 2011 at 2:56 PM, Eddie Chen  wrote:

>   Does any know the command in WINDOW where I can list every
> files/directories
>   Under my Z drive.
>
>
>   Similar to the Linux command of
>   "ls -lR" where I can list all the files/directory under the file system.
>
>Thanks
>
> -Original Message-
> From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Mark
> Post
> Sent: Monday, September 26, 2011 3:37 PM
> To: LINUX-390@VM.MARIST.EDU
> Subject: Re: RH NFS Server
>
> >>> On 9/26/2011 at 03:04 PM, "Dazzo, Matt"  wrote:
> > I finally got some messages to the /var/log/messages file. What might
> these
> > means? Thanks Matt
> >
> > Sep 26 14:54:35 lntest1 mountd[1264]: authenticated mount request from
> > 27.1.39.74:1023 for /home/matt (/home/matt)
> > Sep 26 14:54:35 lntest1 kernel: nfsd: request from insecure port
> > (27.1.39.74:1062)!
> > [root@lntest1 log]#
>
> It means that the z/OS client initiated the mount request on outgoing port
> 1062.  Since only root can open ports between 0-1023, those are called
> 'secure ports" and anything else is referred to as "unprivileged" or
> "insecure" ports.  Some NFS server implementations don't like mount requests
> coming in on unprivileged ports, since it means that some process that might
> not be running as root has done that.
>
> I don't recall if the z/OS NFS client can be made to only make requests on
> secure ports or not.  If not, then you'll have to tell your NFS server to
> accept requests on unprivileged ports.
>
>
> Mark Post
>
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
> visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> --
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/
> Please consider the environment before printing this email.
>
> Visit our website at http://www.nyse.com
>
> 
>
> Note:  The information contained in this message and any attachment to it
> is privileged, confidential and protected from disclosure.  If the reader of
> this message is not the intended recipient, or an employee or agent
> responsible for delivering this message to the intended recipient, you are
> hereby notified that any dissemination, distribution or copying of this
> communication is strictly prohibited.  If you have received this
> communication in error, please notify the sender immediately by replying to
> the message, and please delete it from your system.  Thank you.  NYSE
> Euronext.
>
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
> visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> --
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/
>

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/
Please consider the environment before printing this email.

Visit our website at http://www.nyse.com



Note:  The information contained in this message and any attachment to it is 
privileged, confidential and protected from disclosure.  If the reader of this 
message is not the intended recipient, or an employee or agent responsible for 
delivering this message to the intended recipient, you are hereby notified that 
any dissemination, distribution or copying of this communication is strictly 
prohibited.  If you have received this communication in error, please notify 
the sender immed

Re: Window question

2011-09-26 Thread Lizette Koehler
If pure windows, then I use DIR /n/w/p
That will sort the list, and pause at the end of each page rather than just
scrolling widely.


DIR [drive:][path][filename] [/A[[:]attributes]] [/B] [/C] [/D] [/L] [/N]
  [/O[[:]sortorder]] [/P] [/Q] [/R] [/S] [/T[[:]timefield]] [/W] [/X] [/4]

  [drive:][path][filename]
  Specifies drive, directory, and/or files to list.

  /A  Displays files with specified attributes.
  attributes   D  DirectoriesR  Read-only files
   H  Hidden files   A  Files ready for archiving
   S  System files   I  Not content indexed files
   L  Reparse Points -  Prefix meaning not
  /B  Uses bare format (no heading information or summary).
  /C  Display the thousand separator in file sizes.  This is the
  default.  Use /-C to disable display of separator.
  /D  Same as wide but files are list sorted by column.
  /L  Uses lowercase.
  /N  New long list format where filenames are on the far right.
  /O  List by files in sorted order.
  sortorderN  By name (alphabetic)   S  By size (smallest first)
   E  By extension (alphabetic)  D  By date/time (oldest first)
   G  Group directories first-  Prefix to reverse order
Press any key to continue . . .

Lizette


> -Original Message-
> From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of
Scott
> Rohling
> Sent: Monday, September 26, 2011 5:46 PM
> To: LINUX-390@VM.MARIST.EDU
> Subject: Re: Window question
>   
> As I recall:DIR Z:
>
> Scott Rohling
>
> On Mon, Sep 26, 2011 at 2:56 PM, Eddie Chen  wrote:
>
> >   Does any know the command in WINDOW where I can list every
> > files/directories
> >   Under my Z drive.
> >
> >
> >   Similar to the Linux command of
> >   "ls -lR" where I can list all the files/directory under the file
system.
> >
> >Thanks
> >
> > -Original Message-
> > From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of
> > Mark Post
> > Sent: Monday, September 26, 2011 3:37 PM
> > To: LINUX-390@VM.MARIST.EDU
> > Subject: Re: RH NFS Server
> >
> > >>> On 9/26/2011 at 03:04 PM, "Dazzo, Matt"  wrote:
> > > I finally got some messages to the /var/log/messages file. What
> > > might
> > these
> > > means? Thanks Matt
> > >
> > > Sep 26 14:54:35 lntest1 mountd[1264]: authenticated mount request from
> > > 27.1.39.74:1023 for /home/matt (/home/matt)
> > > Sep 26 14:54:35 lntest1 kernel: nfsd: request from insecure port
> > > (27.1.39.74:1062)!
> > > [root@lntest1 log]#
> >
> > It means that the z/OS client initiated the mount request on outgoing
> > port 1062.  Since only root can open ports between 0-1023, those are
> > called 'secure ports" and anything else is referred to as
> > "unprivileged" or "insecure" ports.  Some NFS server implementations
> > don't like mount requests coming in on unprivileged ports, since it
> > means that some process that might not be running as root has done that.
> >
> > I don't recall if the z/OS NFS client can be made to only make
> > requests on secure ports or not.  If not, then you'll have to tell
> > your NFS server to accept requests on unprivileged ports.
> >
> >
> > Mark Post
> >
> > --
> > For LINUX-390 subscribe / signoff / archive access instructions, send
> > email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
> > visit
> > http://www.marist.edu/htbin/wlvindex?LINUX-390
> > --
> > For more information on Linux on System z, visit
> > http://wiki.linuxvm.org/ Please consider the environment before
> > printing this email.
> >
> > Visit our website at http://www.nyse.com
> >
> > 
> >
> > Note:  The information contained in this message and any attachment to
> > it is privileged, confidential and protected from disclosure.  If the
> > reader of this message is not the intended recipient, or an employee
> > or agent responsible for delivering this message to the intended
> > recipient, you are hereby notified that any dissemination,
> > distribution or copying of this communication is strictly prohibited.
> > If you have received this communication in error, please notify the
> > sender immediately by replyin

Re: Window question

2011-09-26 Thread Tony Saul
dir z: /s 
If you want to stop at each page dir z: /s /p 
Regards,
Tony



From: Eddie Chen <ec...@nyx.com>
To: LINUX-390@VM.MARIST.EDU
Sent: Tuesday, 27 September 2011 7:23 AM
Subject: Re: Window question

I need a recursive list of sub-directories under the Z drive. 

- Original Message -
From: Scott Rohling [mailto:scott.rohl...@gmail.com]
Sent: Monday, September 26, 2011 05:45 PM
To: LINUX-390@VM.MARIST.EDU <LINUX-390@VM.MARIST.EDU>
Subject: Re: Window question

As I recall:    DIR Z:

Scott Rohling

On Mon, Sep 26, 2011 at 2:56 PM, Eddie Chen <ec...@nyx.com> wrote:

>  Does any know the command in WINDOW where I can list every
> files/directories
>  Under my Z drive.
>
>
>  Similar to the Linux command of
>  "ls -lR" where I can list all the files/directory under the 
file system.
>
>    Thanks
>
> -Original Message-
> From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Mark
> Post
> Sent: Monday, September 26, 2011 3:37 PM
> To: LINUX-390@VM.MARIST.EDU
> Subject: Re: RH NFS Server
>
> >>> On 9/26/2011 at 03:04 PM, "Dazzo, Matt" 
<mda...@pch.com> wrote:
> > I finally got some messages to the /var/log/messages file. What might
> these
> > means? Thanks Matt
> >
> > Sep 26 14:54:35 lntest1 mountd[1264]: authenticated mount request from
> > 27.1.39.74:1023    for /home/matt (/home/matt)
> > Sep 26 14:54:35 lntest1 kernel: nfsd: request from insecure port
> > (27.1.39.74:1062)!
> > [root@lntest1 log]#
>
> It means that the z/OS client initiated the mount request on outgoing port
> 1062.  Since only root can open ports between 0-1023, those are called
> 'secure ports" and anything else is referred to as 
"unprivileged" or
> "insecure" ports.  Some NFS server implementations don't 
like mount requests
> coming in on unprivileged ports, since it means that some process that 
might
> not be running as root has done that.
>
> I don't recall if the z/OS NFS client can be made to only make 
requests on
> secure ports or not.  If not, then you'll have to tell your NFS server 
to
> accept requests on unprivileged ports.
>
>
> Mark Post
>
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
> visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> --
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/
> Please consider the environment before printing this email.
>
> Visit our website at http://www.nyse.com
>
> 
>
> Note:  The information contained in this message and any attachment to it
> is privileged, confidential and protected from disclosure.  If the reader 
of
> this message is not the intended recipient, or an employee or agent
> responsible for delivering this message to the intended recipient, you are
> hereby notified that any dissemination, distribution or copying of this
> communication is strictly prohibited.  If you have received this
> communication in error, please notify the sender immediately by replying to
> the message, and please delete it from your system.  Thank you.  NYSE
> Euronext.
>
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
> visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> --
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/
>

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/
Please consider the environment before printing this email.

Visit our website at http://www.nyse.com



Note:  The information contained in this message and any attachment to it is 
privileged, confidential and protected from disclosure.  If the reader of this 
message is not the intended recipient, or an employee or agent responsible for 
delivering this message to the intended recipient, you are hereby notified that 
any dissemina

Re: Window question

2011-09-26 Thread Eddie Chen
I need a recursive list of sub-directories under the Z drive. 

- Original Message -
From: Scott Rohling [mailto:scott.rohl...@gmail.com]
Sent: Monday, September 26, 2011 05:45 PM
To: LINUX-390@VM.MARIST.EDU 
Subject: Re: Window question

As I recall:DIR Z:

Scott Rohling

On Mon, Sep 26, 2011 at 2:56 PM, Eddie Chen  wrote:

>   Does any know the command in WINDOW where I can list every
> files/directories
>   Under my Z drive.
>
>
>   Similar to the Linux command of
>   "ls -lR" where I can list all the files/directory under the file system.
>
>Thanks
>
> -Original Message-
> From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Mark
> Post
> Sent: Monday, September 26, 2011 3:37 PM
> To: LINUX-390@VM.MARIST.EDU
> Subject: Re: RH NFS Server
>
> >>> On 9/26/2011 at 03:04 PM, "Dazzo, Matt"  wrote:
> > I finally got some messages to the /var/log/messages file. What might
> these
> > means? Thanks Matt
> >
> > Sep 26 14:54:35 lntest1 mountd[1264]: authenticated mount request from
> > 27.1.39.74:1023 for /home/matt (/home/matt)
> > Sep 26 14:54:35 lntest1 kernel: nfsd: request from insecure port
> > (27.1.39.74:1062)!
> > [root@lntest1 log]#
>
> It means that the z/OS client initiated the mount request on outgoing port
> 1062.  Since only root can open ports between 0-1023, those are called
> 'secure ports" and anything else is referred to as "unprivileged" or
> "insecure" ports.  Some NFS server implementations don't like mount requests
> coming in on unprivileged ports, since it means that some process that might
> not be running as root has done that.
>
> I don't recall if the z/OS NFS client can be made to only make requests on
> secure ports or not.  If not, then you'll have to tell your NFS server to
> accept requests on unprivileged ports.
>
>
> Mark Post
>
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
> visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> --
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/
> Please consider the environment before printing this email.
>
> Visit our website at http://www.nyse.com
>
> 
>
> Note:  The information contained in this message and any attachment to it
> is privileged, confidential and protected from disclosure.  If the reader of
> this message is not the intended recipient, or an employee or agent
> responsible for delivering this message to the intended recipient, you are
> hereby notified that any dissemination, distribution or copying of this
> communication is strictly prohibited.  If you have received this
> communication in error, please notify the sender immediately by replying to
> the message, and please delete it from your system.  Thank you.  NYSE
> Euronext.
>
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
> visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> --
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/
>

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/
Please consider the environment before printing this email.

Visit our website at http://www.nyse.com



Note:  The information contained in this message and any attachment to it is 
privileged, confidential and protected from disclosure.  If the reader of this 
message is not the intended recipient, or an employee or agent responsible for 
delivering this message to the intended recipient, you are hereby notified that 
any dissemination, distribution or copying of this communication is strictly 
prohibited.  If you have received this communication in error, please notify 
the sender immediately by replying to the message, and please delete it from 
your system.  Thank you.  NYSE Euronext.

--

Re: Window question

2011-09-26 Thread Tom Duerbusch
dir z: /s

Tom Duerbusch
THD Consulting   

>>> Eddie Chen  9/26/2011 3:56 PM >>>
Does any know the command in WINDOW where I can list every files/directories 
   Under my Z drive.


   Similar to the Linux command of
   "ls -lR" where I can list all the files/directory under the file system.

Thanks

-Original Message-
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Mark Post
Sent: Monday, September 26, 2011 3:37 PM
To: LINUX-390@VM.MARIST.EDU 
Subject: Re: RH NFS Server

>>> On 9/26/2011 at 03:04 PM, "Dazzo, Matt"  wrote: 
> I finally got some messages to the /var/log/messages file. What might these 
> means? Thanks Matt
> 
> Sep 26 14:54:35 lntest1 mountd[1264]: authenticated mount request from 
> 27.1.39.74:1023 for /home/matt (/home/matt)
> Sep 26 14:54:35 lntest1 kernel: nfsd: request from insecure port 
> (27.1.39.74:1062)!
> [root@lntest1 log]#

It means that the z/OS client initiated the mount request on outgoing port 
1062.  Since only root can open ports between 0-1023, those are called 'secure 
ports" and anything else is referred to as "unprivileged" or "insecure" ports.  
Some NFS server implementations don't like mount requests coming in on 
unprivileged ports, since it means that some process that might not be running 
as root has done that.

I don't recall if the z/OS NFS client can be made to only make requests on 
secure ports or not.  If not, then you'll have to tell your NFS server to 
accept requests on unprivileged ports.


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390 
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/ 
Please consider the environment before printing this email.

Visit our website at http://www.nyse.com 



Note:  The information contained in this message and any attachment to it is 
privileged, confidential and protected from disclosure.  If the reader of this 
message is not the intended recipient, or an employee or agent responsible for 
delivering this message to the intended recipient, you are hereby notified that 
any dissemination, distribution or copying of this communication is strictly 
prohibited.  If you have received this communication in error, please notify 
the sender immediately by replying to the message, and please delete it from 
your system.  Thank you.  NYSE Euronext.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390 
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/


Re: Window question

2011-09-26 Thread Scott Rohling
As I recall:DIR Z:

Scott Rohling

On Mon, Sep 26, 2011 at 2:56 PM, Eddie Chen  wrote:

>   Does any know the command in WINDOW where I can list every
> files/directories
>   Under my Z drive.
>
>
>   Similar to the Linux command of
>   "ls -lR" where I can list all the files/directory under the file system.
>
>Thanks
>
> -Original Message-
> From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Mark
> Post
> Sent: Monday, September 26, 2011 3:37 PM
> To: LINUX-390@VM.MARIST.EDU
> Subject: Re: RH NFS Server
>
> >>> On 9/26/2011 at 03:04 PM, "Dazzo, Matt"  wrote:
> > I finally got some messages to the /var/log/messages file. What might
> these
> > means? Thanks Matt
> >
> > Sep 26 14:54:35 lntest1 mountd[1264]: authenticated mount request from
> > 27.1.39.74:1023 for /home/matt (/home/matt)
> > Sep 26 14:54:35 lntest1 kernel: nfsd: request from insecure port
> > (27.1.39.74:1062)!
> > [root@lntest1 log]#
>
> It means that the z/OS client initiated the mount request on outgoing port
> 1062.  Since only root can open ports between 0-1023, those are called
> 'secure ports" and anything else is referred to as "unprivileged" or
> "insecure" ports.  Some NFS server implementations don't like mount requests
> coming in on unprivileged ports, since it means that some process that might
> not be running as root has done that.
>
> I don't recall if the z/OS NFS client can be made to only make requests on
> secure ports or not.  If not, then you'll have to tell your NFS server to
> accept requests on unprivileged ports.
>
>
> Mark Post
>
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
> visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> --
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/
> Please consider the environment before printing this email.
>
> Visit our website at http://www.nyse.com
>
> 
>
> Note:  The information contained in this message and any attachment to it
> is privileged, confidential and protected from disclosure.  If the reader of
> this message is not the intended recipient, or an employee or agent
> responsible for delivering this message to the intended recipient, you are
> hereby notified that any dissemination, distribution or copying of this
> communication is strictly prohibited.  If you have received this
> communication in error, please notify the sender immediately by replying to
> the message, and please delete it from your system.  Thank you.  NYSE
> Euronext.
>
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
> visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> --
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/
>

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/


Window question

2011-09-26 Thread Eddie Chen
   Does any know the command in WINDOW where I can list every files/directories 
   Under my Z drive.


   Similar to the Linux command of
   "ls -lR" where I can list all the files/directory under the file system.

Thanks

-Original Message-
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Mark Post
Sent: Monday, September 26, 2011 3:37 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: RH NFS Server

>>> On 9/26/2011 at 03:04 PM, "Dazzo, Matt"  wrote: 
> I finally got some messages to the /var/log/messages file. What might these 
> means? Thanks Matt
> 
> Sep 26 14:54:35 lntest1 mountd[1264]: authenticated mount request from 
> 27.1.39.74:1023 for /home/matt (/home/matt)
> Sep 26 14:54:35 lntest1 kernel: nfsd: request from insecure port 
> (27.1.39.74:1062)!
> [root@lntest1 log]#

It means that the z/OS client initiated the mount request on outgoing port 
1062.  Since only root can open ports between 0-1023, those are called 'secure 
ports" and anything else is referred to as "unprivileged" or "insecure" ports.  
Some NFS server implementations don't like mount requests coming in on 
unprivileged ports, since it means that some process that might not be running 
as root has done that.

I don't recall if the z/OS NFS client can be made to only make requests on 
secure ports or not.  If not, then you'll have to tell your NFS server to 
accept requests on unprivileged ports.


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/
Please consider the environment before printing this email.

Visit our website at http://www.nyse.com



Note:  The information contained in this message and any attachment to it is 
privileged, confidential and protected from disclosure.  If the reader of this 
message is not the intended recipient, or an employee or agent responsible for 
delivering this message to the intended recipient, you are hereby notified that 
any dissemination, distribution or copying of this communication is strictly 
prohibited.  If you have received this communication in error, please notify 
the sender immediately by replying to the message, and please delete it from 
your system.  Thank you.  NYSE Euronext.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/