Browse Source

Merge pull request #5 from LinuxSserver/patch-1

pull/6/head
trinib 3 years ago committed by GitHub
parent
commit
f08db9a539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      README.md

8
README.md

@ -2331,6 +2331,10 @@ _Bash is the [Unix](https://www.google.com/search?q=What+is+UNIX+explain%3F&clie @@ -2331,6 +2331,10 @@ _Bash is the [Unix](https://www.google.com/search?q=What+is+UNIX+explain%3F&clie
<td class="tg-yw4l">seq</td>
<td class="tg-yw4l">Displays an incremental sequence of numbers from first to last.</td>
</tr>
<tr>
<td class="tg-yw4l">service</td>
<td class="tg-yw4l">This command is used to manage system services.</td>
</tr>
<tr>
<td class="tg-yw4l">set</td>
<td class="tg-yw4l">Used to manipulate shell variables and functions.</td>
@ -2539,6 +2543,10 @@ _Bash is the [Unix](https://www.google.com/search?q=What+is+UNIX+explain%3F&clie @@ -2539,6 +2543,10 @@ _Bash is the [Unix](https://www.google.com/search?q=What+is+UNIX+explain%3F&clie
<td class="tg-yw4l">syslogd</td>
<td class="tg-yw4l">Read and log system messages to the system console and log files.</td>
</tr>
<tr>
<td class="tg-yw4l">systemctl</td>
<td class="tg-yw4l">This command can be used to start, stop, and check the status of system services.</td>
</tr>
</tbody>
</table>

Loading…
Cancel
Save