From 0f48e32ce03a94729c7bc6cef23d2836f7e14fa2 Mon Sep 17 00:00:00 2001 From: Vincent <34928440+v1ncenth@users.noreply.github.com> Date: Mon, 10 Dec 2018 08:25:17 -0800 Subject: [PATCH] Added a note, fixed typos/layout, added useradd command (#28284) --- .../10-simple-and-useful-linux-commands/index.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/guide/english/linux/10-simple-and-useful-linux-commands/index.md b/guide/english/linux/10-simple-and-useful-linux-commands/index.md index 3db5769884..930acf2c16 100644 --- a/guide/english/linux/10-simple-and-useful-linux-commands/index.md +++ b/guide/english/linux/10-simple-and-useful-linux-commands/index.md @@ -57,14 +57,11 @@ It allows quickly view file. You can page up and down. Press `q` to quit from `l 9. `more` It allows quickly view file and shows details in percentage. You can page up and down. Press `q` to quit from `more` window. -10. `cp` -Copy file from source to destination preserving same mode. +10. `adduser` or `useradd` +This command is for administrators to create new user accounts. -11. `mv` -Move file from source to destination preserving same mode. - -12. 'ifconfig' +11. 'ifconfig' ifconfig allows you to see the addresses associated with each TCP/IP interface on your machine, or manipulate the state of the interface. A definite must have for any tech or SysAdmin. -13. `systemctl` +12. `systemctl` This is a command which allows operators to work with the Linux system services. The standard use of the command is `systemctl