GN Latest News

A lot of the commands in the guide do not work why?

There are currently 34 “Frequently Asked Questions”
Post Reply
Rob Swan
Site Admin
Posts: 73
Joined: Tue Oct 31, 2017 3:03 pm
Location: UK
Contact:

A lot of the commands in the guide do not work why?

Post by Rob Swan »

I type most of the content in MS Word before publishing to the site, some of the characters get changed automatically by word.

A common one is word changing this command for shutdown

sudo shutdown -r now

To this one

Sudo shutdown –r now

Both look the same but the second on will not work.

A capital S has been added to sudo which won’t be recognised, and also the -r has been changed to –r, which will not be recognised either.

So if a command does not work using copy and paste simply type the command manually to fix this problem.

Actual code snippets inside phpbb code boxes like this one are not normally affected by this problem.

Code: Select all


SOME CODE....

Sorry if you have been having this problem.
Post Reply