Added a note, fixed typos/layout, added useradd command (#28284)

This commit is contained in:
Vincent
2018-12-10 08:25:17 -08:00
committed by Tom
parent 16edadaf6a
commit 0f48e32ce0

View File

@ -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 <OPTION> <SERVICE-NAME>` by providing an `OPTION` (e.g. `start`, `stop`, `status`) and than providing a specific Service Name to act on. You can use the command to get a general status of your Linux services (e.g `systemctl status`). Note that you will either need Administrator access or use `sudo` to elevate your rights to run the command successfully.