You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arthas/tutorials/katacoda/command-sysprop-cn/check-one-single-property.md

22 lines
337 B
Markdown

`sysprop java.version`{{execute T2}}
```bash
$ sysprop java.version
java.version=1.8.0_51
```
## 修改单个属性
`sysprop user.country`{{execute T2}}
`sysprop user.country CN`{{execute T2}}
```bash
$ sysprop user.country
user.country=US
$ sysprop user.country CN
Successfully changed the system property.
user.country=CN
```