Ever want to empty your Trash folder from command prompt. Then you can run following commands to do the trick
rm -rf /home/username/.local/share/Trash/info/* rm -rf /home/username/.local/share/Trash/files/*
Above you just need to provide username of whom you need to empty Trash file. I have tested it on Fedora and on Ubuntu with gnome.
Related content: