[K12OSN] Push Icon to desktop problem

David Trask dtrask at vcs.u52.k12.me.us
Tue Mar 15 13:59:19 UTC 2005


Here's one I used to remove an "oops" icon from everyone's desktop....not
sure if the chmod line was needed....I commented it out, but you can
uncomment it....

!#/bin/bash
for x in `ls /home`; do
echo "Doing $x ..."
cd /home/${x}/Desktop
#chmod 777 iconyouwishtoremove.desktop
rm -f iconyouwishtoremove.desktop
done
>



David N. Trask
Technology Teacher/Coordinator
Vassalboro Community School
dtrask at vcs.u52.k12.me.us
(207)923-3100




More information about the K12OSN mailing list