As I recall: DIR Z: Scott Rohling
On Mon, Sep 26, 2011 at 2:56 PM, Eddie Chen <[email protected]> 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:[email protected]] On Behalf Of Mark > Post > Sent: Monday, September 26, 2011 3:37 PM > To: [email protected] > Subject: Re: RH NFS Server > > >>> On 9/26/2011 at 03:04 PM, "Dazzo, Matt" <[email protected]> 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 [email protected] 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 [email protected] 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 [email protected] 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/
