I
I
Ilya2015-01-02 02:15:32
linux
Ilya, 2015-01-02 02:15:32

How to change the display color of folders (directories) in the Ubuntu terminal?

Good day.
I noticed that when using the 'ls' command, the folders located on the main partition of the system are displayed like this:
3e47447f417040158c046cf40e904a1d.png
While the folders located on the mounted NTFS partition are displayed differently:
8d595d759cc84f689e945832b9f418e3.png
The second option hurts the eye corny. Is it possible to make the backlighting in the second case the same as in the first one?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Moseychuk, 2015-01-02
@Quirel

This highlights directories with permissions 002. Mount the ntfs partition with the umask option -> "mount /dev/device /path -o umask=002". This will disable write access for users outside the group.

Z
Zlatoslav Desyatnikov, 2015-01-02
@pxz

Hello!
Try the 'dir' command. And read the help to him, maybe you will like it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question