View Single Post
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#258
It goes in "/usr/sbin" not "/usr/bin".

So as root, do:

mv /usr/bin/fmtxd /usr/sbin/fmtxd to move the fmtxd you stuck in bin into sbin. Don't have to rm the original fmtxd. mv or cp will automatically override whatever same-named file is already there.

Then repeat the other steps.
 

The Following User Says Thank You to Mentalist Traceur For This Useful Post: