Arthur Sherman wrote:
i did a silly thing - created symlinks without noticing that i am in wrong CWD. the command was: for file in *; do ln -s /home/mysql/bin/$file /usr/local/sbin/$file; done
i did a silly thing - created symlinks without noticing that i am in wrong CWD.
for file in *; do ln -s /home/mysql/bin/$file /usr/local/sbin/$file; done
go to /usr/local/sbin and remove the symlinks