Linuxerror is the variable in which the procedures in the linux unit report errors.
LinuxError : Longint;StdErr Is a Text variable, corresponding to Standard Error or diagnostic output. It is connected to file descriptor 2. It can be freely used, and will be closed on exit.
StdErr : Text;