Odd directory in /SYSTEM/var/

2014-11-03 Thread Glen Gasior
Directory name contains string .Ýd What does it mean?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Odd directory in /SYSTEM/var/

2014-11-03 Thread Glen Gasior
EUID=0   /SYSTEM/var/.ÝD.ÝD.ÝD.ÝD.ÝD.ÝD.ÝC.ÝC.ÝC.ÝC.ÝC.ÝC.ÝC.ÝC.ÝC.ÝC.ÝD.ÝD.ÝD
  Type  Perm  Changed-CST6CDT   --Size  Filename   Row 1 of 5 
_ Dir755  2014-11-02 12:298192  . 
_ Dir777  2014-11-02 13:588192  ..
_ Dir755  2014-11-02 12:298192  clientmqueue  
_ Dir755  2014-11-02 12:298192  cron  
_ Dir755  2014-11-02 12:298192  mqueue   

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Odd directory in /SYSTEM/var/

2014-11-03 Thread Elardus Engelbrecht
Glen Gasior wrote:

Directory name contains string .Ýd What does it mean?

Probably spelling error, programming error or misdirected output?

Or your terminal is handling a code page incorrectly? (Pleaase state on what 
screen did you see that string?)

EUID=0   /SYSTEM/var/.ÝD.ÝD.ÝD.ÝD.ÝD.ÝD.ÝC.ÝC.ÝC.ÝC.ÝC.ÝC.ÝC.ÝC.ÝC.ÝC.ÝD.ÝD.ÝD

Who are owner of these folders and who have authority to write it? Check with 
them to find out.

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Odd directory in /SYSTEM/var/

2014-11-03 Thread John McKown
Make sure your terminal emulator is in code page IBM-1047 (C language and
UNIX) and not IBM-037 (historic OS/360, MVS, z/OS). Or set you locale
properly. You might try the following command in your UNIX shell:

export LC_ALL=En_US.IBM-037

Then do the ls and see if it looks better. If it does, put that export
into your ~/.profile to make it your default locale. Note that this might
end causing you problems with some languages which are not locale
sensitive, but use the normal C locale by default.

On Mon, Nov 3, 2014 at 9:28 AM, Glen Gasior glen.manages@gmail.com
wrote:

 Directory name contains string .Ýd What does it mean?

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN




-- 
The temperature of the aqueous content of an unremittingly ogled
culinary vessel will not achieve 100 degrees on the Celsius scale.

Maranatha! 
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Odd directory in /SYSTEM/var/

2014-11-03 Thread Shmuel Metz (Seymour J.)
In
CAAJSdjgsbv_VOuR+TW76uNST=tdsxxr+mf1nkchnhbuasta...@mail.gmail.com,
on 11/03/2014
   at 09:53 AM, John McKown john.archie.mck...@gmail.com said:

Make sure your terminal emulator is in code page IBM-1047 (C language
and UNIX) and not IBM-037 (historic OS/360, MVS, z/OS).

Historically IBM has had multiple EBCDIC code pages. The ones that I'm
most familiar with have []{} at AD, BD, C0 and D0, but others have
them at different code points. Which is *the* historic EBCDIC?
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Odd directory in /SYSTEM/var/

2014-11-03 Thread Tony Harminc
On 3 November 2014 17:58, Shmuel Metz (Seymour J.)
shmuel+ibm-m...@patriot.net wrote:
 on 11/03/2014 at 09:53 AM, John McKown john.archie.mck...@gmail.com said:

Make sure your terminal emulator is in code page IBM-1047 (C language
and UNIX) and not IBM-037 (historic OS/360, MVS, z/OS).

 Historically IBM has had multiple EBCDIC code pages. The ones that I'm
 most familiar with have []{} at AD, BD, C0 and D0, but others have
 them at different code points. Which is *the* historic EBCDIC?

There isn't really any code page that implements historic EBCDIC.
The SHARE ASCII EBCDIC Task Force proposed a code page 037-2 that was
a mix of 037 and 500, and IBM responded with 1047, which fixes some
things and breaks others.

The two main roots for these code pages are the assignment of the
square brackets on the TN and T11 print chains/trains, and those on
the early 3270 terminals and printers like the 3277.

To the extent that square brackets are definitive, 1047 is the closest
to historic there is.

Tony H.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN