Merge pull request #5 from LinuxSserver/patch-1

This commit is contained in:
trinib 2022-12-28 07:32:20 -04:00 committed by GitHub
commit f08db9a539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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
<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>