12.5k views
1 vote
You are helping your friend troubleshoot a problem with his Linux server. You enter a common Linux command and discover it doesn’t work exactly as you expected. What might be the problem and what do you do next?

User Piyas De
by
4.4k points

1 Answer

2 votes

Answer:

The syntaxis of the command.

Depending on which command you are trying to execute (there are a lot of commands), if you are getting an error or your command doesn't give you the results you expected, there might be something wrong with the syntaxis of your command, like:

  • Missing part of the command.
  • Incorrect values in the command.
  • Incorrect symbols in the command.
  • Spaces or punctuation marks.

User Neal Davis
by
5.4k points