The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 03-16-2008
Perderabo's Avatar
Perderabo Perderabo is offline Forum Staff  
Unix Daemon
  
 

Join Date: Aug 2001
Location: Ashburn, Virginia
Posts: 9,127
The original Unix filesystem had a limitation of 14 characters. Other versions of Unix used different filesystems with much larger limitations. A very few people actually liked that 14 character limit. To accommodate them, some versions of Unix allow you to force this limit artificially. For example, HP-UX allows a -S flag when creating a UFS filesystem. And they have a convertfs command to take a one-way trip into longer filenames. Other versions of Unix may have something like that too. But if your version of Unix is still using the old filesystem, you probably have no way around it except to upgrade to a more modern version of Unix.