InterviewSolution
Saved Bookmarks
| 1. |
What Is The Maximum Length For A File Name Under Linux? |
|
Answer» Any filename can have a maximum of 255 characters. This limit does not include the PATH name, so THEREFORE the ENTIRE PATHNAME and filename could well exceed 255 characters. Any filename can have a maximum of 255 characters. This limit does not include the path name, so therefore the entire pathname and filename could well exceed 255 characters. |
|