015 - Woher kommen alle diese Dateien "dsmerror.log" in vielen meiner Verzeichnisse?
The ISP Unix client prints error messages to "stderr" and writes them to a file named "dsmerror.log
" written in the current directory. To ensure that this file is always stored in the same location, set the variable "DSM_LOG
", e.g.
DSM_LOG=$HOME; export DSM_LOG (Bourne-Shell)
or
setenv DSM_LOG $HOME (C-Shell)