UNIX & Linux: Too many arguments

Symptom

You are getting below error while executing commands in UNIX or Linux operating system.

# cd cd /home/ara/cici
cd: Too many arguments.

Solution

Nothing fancy, just ensure you are executing the correct command and not typing the same command (argument) twice.

You May Also Like

Leave a Reply?