[imdds@s1]:<~>$ mv filebrowser /usr/local/bin/filebrowser
mv: fastcopy: open() failed (to): /usr/local/bin/filebrowser: Permission denied
How can we solve this problem?
zhangwanli You can't write anything outside your home directory. Use ~/bin
instead.