cancel
Showing results for 
Search instead for 
Did you mean: 

Why systemdctl output of strange characters

Jzhua
Associate III

These should be escape characters and should not be displayed0693W000005AY0yQAG.png

1 REPLY 1
AntonioST
ST Employee

The escape characters are supposed to provide colored output and bold+italic characters.

It is possible that PuTTY does not recognize them due to different character set or language setup.

I have searched for specific flags to systemctl to disable such "beautified" output, but apparently there are not!

As a workaround you can pipe the output through another command, so systemctl automatically disables the "beautified" output:

systemctl | cat