5

I'm just curious to know why > Trash folder set to hide ?

what's the matter with "-1000" in the trash name and what its indicating ?

Raja G
  • 102,391
  • 106
  • 255
  • 328

2 Answers2

3

If you have had an external hard drive connected to the system sometimes. the trash folder would be named .Trash-1000. The 1000 is the owner's UID and it is located in the root directory of the partition (hidden). You can empty that folder using the command rm.

Source: Ubuntu Forums (specific post unknown)

Eliah Kagan
  • 117,780
Mitch
  • 107,631
0

It is indicating the user id of the user who owns the trash. And the default, first created user has user id of 1000

It is set to hide, for not cluttering your file browser view. you can see that folder with CTRL+H in nautilus

Anwar
  • 76,649