- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 'ls' command nomenclature
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 09:10 AM
08-28-2002 09:10 AM
I have an installation cd-rom from AccuCorp for AccuCobol. When I do an 'ls' command to see what is on the disk, I see a ".;1" at the end of several files. Is this part of the file name or does it have some special meaning about the file.
e.g. /cdrom # ll
total 64
dr-xr-xr-x 1 4294967295 4294967295 6144 Mar 31 21:21 ARCHIVES
-r-xr-xr-x 1 4294967295 4294967295 1063 Feb 5 2002 ARCHLIST.;1
-r-xr-xr-x 1 4294967295 4294967295 14012 Feb 5 2002 INSTALL.;1
dr-xr-xr-x 1 4294967295 4294967295 6144 Mar 31 21:21 INSTINFO
dr-xr-xr-x 1 4294967295 4294967295 2048 Oct 15 2001 REDIST
-r-xr-xr-x 1 4294967295 4294967295 247 Mar 31 21:22 TRANS.TBL;1
Thanks in advance,
Dewy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 09:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 09:31 AM
08-28-2002 09:31 AM
Re: 'ls' command nomenclature
Thanks, you solved the problem and our installation for AccuCobol is working.
Dewy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 09:39 AM
08-28-2002 09:39 AM
Re: 'ls' command nomenclature
looks like your CD-ROM is formatted the "RockRidge Extensions" way, so today the best thing is to install the patches PHKL_26448, PHCO_26449, and PHKL_26450. Then you can use the mount command as follows:
mount -F cdfs -o rr,ro /dev/dsk/cXtYdZ /cdrom
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 09:43 AM
08-28-2002 09:43 AM
Re: 'ls' command nomenclature
an addition- The CD mount options will be provided with each CDs. So whenever you mount the CD, use the proper instructions. The -o cdcase option will be useful in almost all application installs:
# mount -F cdfs -o cdcase /dev/dsk/cxtydz /cdrom
But, when you mount any HP install CDs, DON'T use the -o cdcase option.