I would like to know if all those commands work because i cant access an ubuntu operating system and i have to give those commands to my professor before the end of this year.
Can someone tell me if i did any mistake or if something is wrong?
Thank you for your time. I would appreciated it.
Pedantically, those are not "Ubuntu terminal" questions. They are questions about shell (most likely bash) and some ubiquitous utilities: mkdir, ls, cat, echo, sort, mv, chmod, rm, cp. It is actually possible to install and use all of them to most operating systems, including various Windows.
Number 1 will not work completely as written because Unix-based operating systems are case-sensitive; Other and other will be seen as two different directories. Check your instructions carefully. && will execute the next instruction only if the previous one succeeded.