+++ Shridhar Daithankar [linux-india] <02/01/02 16:37 +0530>: > > 1. Is there any limit on the number of files that can be created under > > a directory? > It's limited by number of inodes allocated to that particular partition. It's > usually one inode per 4096 bytes of partition space. You can change this > figure while formatting the partition.
Or you can echo a higher value into /proc/sys/[whatever] ... I think the thing is file-max -- Suresh Ramasubramanian <----> mallet <at> efn dot org EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin [Linux One Stanza Tip] From : <From: freebsd fortune> LOST #190 -**< Sub : Some useful bash prompts >**- PS1="\u@\h \w \!$ " PS1='(\[$(tput md)\]\t <\w>\[$(tput me)\]) $(echo $?) \$ ' PS1="$(echo -e '\103'):\$(pwd | tr '/[a-z]' '\134\134[A-Z]')> " _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
