![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unix shell script for finding top ten files of maximum size | abhilashnair | UNIX for Dummies Questions & Answers | 10 | 02-17-2008 09:50 PM |
| ls - maximum number of files | karnan | UNIX for Dummies Questions & Answers | 5 | 12-10-2007 07:09 AM |
| MV files from one directory structure(multiple level) to other directory structure | srmadab | UNIX for Advanced & Expert Users | 4 | 09-13-2006 01:01 PM |
| copy files from one directory to another directory | zip_zip | UNIX for Dummies Questions & Answers | 5 | 09-14-2003 03:16 PM |
| moving files from a unix directory to a windows directory | gleads | UNIX for Dummies Questions & Answers | 2 | 08-29-2002 05:42 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Does Solaris impose limits on :
- the maximum number of files a directory can have, - total file size in a directory If there is such limits, how can I can check for each? Thanks...
__________________
DY Swimming in the ocean of Unix Last edited by deaniyoer; 07-24-2001 at 06:11 PM. |
| Forum Sponsor | ||
|
|
|
||||
|
Each directory has a maxiums number of inodes associated with the directory entry. These parameters are created when the filesystem is made, as I recall, and stored in the superblocks. The maximum file size is also based on how the filesystem is made, based on the size of the disk partition.
This tutorial on the Solaris filesystem might be helpful: http://sunsite.uakom.sk/sunworldonli...lesystem3.html |
||||
| Google The UNIX and Linux Forums |