I'm trying to create a directory via shell script, using the command:
mkdir -m755 "/var/www/app.dominio.com/html/$1"
Where the folder name is passed by parameter, you are getting a question mark "folder_name?" at the end and it is inaccessible, what should I do to make it correctly created?