DaveC426913
Programmer
Running FreeBSD.
I have this in a simple shell script:
mkdir -m 775 /usr/local/
It creates a folder called /foob-03?/
Why the '?'?
foob-03 show up with ls -la, but it does not show up in Webmin.
Clearly, my syntax is incomplete and it doesn't quite know what to do. Could it simply be a lousy carriage return? I tried the command directly in the shell and it worked OK.
I have this in a simple shell script:
mkdir -m 775 /usr/local/
It creates a folder called /foob-03?/
Why the '?'?
foob-03 show up with ls -la, but it does not show up in Webmin.
Clearly, my syntax is incomplete and it doesn't quite know what to do. Could it simply be a lousy carriage return? I tried the command directly in the shell and it worked OK.