fix uptime and ls commands after coreutils install on synology DS211+ nas

After installing coreutils with ipkg, lots of system commands will be used from /opt/bin instead of /bin.
Most are working fine but some should be reverted. For example uptime seems completly broken and ls doesn't use color anymore.

I've fixed this issue with the following commands:

ln -sf /bin/ls /opt/bin/ls
ln -sf /usr/bin/uptime /opt/bin/uptime

Comments

Popular posts from this blog

Resolve "Cannot download packages whilst offline" issue in Deja-Dup backup software

ubuntu 20.04 / netplan / change mac address and static ip

wireshark ssh remote connect on linux server