answersLogoWhite

0

No

ext2, ext3, ext4, zfs file systems has 255 bytes filename limit and has no pathname limits

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you move files to a directory in Linux?

mv file /path/to/directory


What Linux command that lists the basic files in a directory is?

ls


Which Linux command will delete a directory as well as all its files and sub directories?

rm -rv /path/to/directory


What directory holds the bulk of system log files in Linux?

/var/log


What command list basic directory files?

In Linux: ls In Windows: dir


How do you delete all files using Linux?

rm -rf <path to directory>


How do you remove a full directory in Linux?

To remove a directory that is full with other files or directories, use the below command. rm -rf directory


What is the command is used to remove directory in Linux?

Assuming the directory is in your Home directory use: rmdir directory-name This will fail if there are files within the directory. In this case, use rm -r directory-name.


What directory on a Linux system is commonly used to store log files and spools?

On a Linux system, log files are commonly stored in the /var/log directory. This directory contains various log files generated by the system and applications, such as system messages, service logs, and application logs. Additionally, spool files, which are temporary files waiting to be processed, can often be found in subdirectories under /var, such as /var/spool.


What happens when you give the command cp to do done in Linux?

Assuming to and do are valid files and the directory done exists, it will place a copy of to and do in the done directory.


Where are configuration files in Linux located?

System-wide configuration files are usually found in /etc. Personalized configuration files are stored in the user's home directory, in files and subdirectories preceded by a "." in their name.


What is the directory in a Linux file system where remote NFS files are accessed as though the files were local called?

There is no specific directory on which you have to access NFS shares. You can mount a specific NFS share as root, or a subdirectory therein, such as /home.