What is the file displayed in green in the linux terminal?
What is the file that appears green in the linux terminal? Many novices are not very clear about this. In order to help you solve this problem, the following editor will explain it in detail. People with this need can come and learn. I hope you can gain something.
Linux green is an executable file, and you can change the execution permission of the file through "chmod-x filename", + x to grant execution permission, and-x to cancel execution permission.
The meaning of Linux other color files:
Red file-compressed file or package file
Blue Files-Directory
White files-normal, such as text files, configuration files, source files, etc.
Light blue files-linked files, mainly files created using the ln command
Flashing red-indicates that there is a problem with the linked file
Yellow file-indicates the device file
Gray file-indicates other files
Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.