Attaching a remote drive or directory on a Windows box is called “drive mapping” though the process is essentially the same as what we call mounting in the Unix world. While I rarely spend any ...
I have a pretty simple shell script to delete old logs from a directory, there are about 64 thousand files in the directory. If I execute it by hand from the CLI it works, but invoked thru a crontab ...