Computer Science, asked by guleid831, 4 days ago

how many folder are there under the folder English​

Answers

Answered by AmeliaRobinson
1

Answer:

The number of possible directories/sub folders is limited by the number of inodes for the file system. In ext3, for example, it is typically V/2 where V is the volume size bytes. So there is no limit in how many nested levels you can go for folders.

Similar questions