From 471a085a2ba5348b509c31601febca75e1f45348 Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Wed, 25 Aug 2021 12:58:00 +0800 Subject: [PATCH] Apply suggestions from code review --- br/backup-and-restore-faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/br/backup-and-restore-faq.md b/br/backup-and-restore-faq.md index c2acf086e1fa7..d9abf4c2aaeb4 100644 --- a/br/backup-and-restore-faq.md +++ b/br/backup-and-restore-faq.md @@ -38,7 +38,7 @@ Running BR with the root access might fail due to the disk permission, because t > > Therefore, it is recommended to check the permission before data restore according to the following steps: -1. Execute the Linux-native command for process query: +1. Run the Linux-native command for process query: {{< copyable "shell-regular" >}} @@ -53,7 +53,7 @@ Running BR with the root access might fail due to the disk permission, because t tidb_ouo 9236 9.8 3.8 2048940 631136 ? Ssl 08:28 1:05 bin/tikv-server --addr 0.0.0.0:20161 --advertise-addr 172.16.6.118:20161 --status-addr 0.0.0.0:20189 --advertise-status-addr 172.16.6.118:20189 --pd 172.16.6.118:2379 --data-dir /home/user1/tidb-data/tikv-20161 --config conf/tikv.toml --log-file /home/user1/tidb-deploy/tikv-20161/log/tikv.log ``` - Or you can execute the following command: + Or you can run the following command: {{< copyable "shell-regular" >}}