Tagged Questions
3
votes
1answer
589 views
How to change mimetype image for PSD file (Photoshop)?
Following this link https://help.ubuntu.com/community/AddingMimeTypes, I first typed a command to discover the mimetype for psd extension
~$ grep 'psd' /etc/mime.types
image/x-photoshop psd
...