Hi all,My goal is to delete any files or folders on the desktop when the
user logs out.I'm using this command in bash script: rm -Rf
/Users//Desktop/*The sript is set to run at
logout.Unfortunately it does not work.When I try the command in the
users...