adding new Linux answers
This commit is contained in:
parent
12d6f698bf
commit
96845d62ca
12
README.md
12
README.md
@ -571,12 +571,18 @@ The tasks are stored in a cron file.
|
||||
|
||||
<details>
|
||||
<summary>Have you scheduled tasks in the past? What kind of tasks?</summary><br><b>
|
||||
|
||||
Normally you will schedule batch jobs.
|
||||
|
||||
</b></details>
|
||||
|
||||
##### Permissions
|
||||
|
||||
<details>
|
||||
<summary>How to change the permissions of a file?</summary><br><b>
|
||||
|
||||
Using the `chmod` command.
|
||||
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
@ -597,10 +603,16 @@ The tasks are stored in a cron file.
|
||||
|
||||
<details>
|
||||
<summary>How to add a new user to the system without providing him the ability to log-in into the system?</summary><br><b>
|
||||
|
||||
* adduser user_name --shell=/bin/false --no-create-home
|
||||
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>On a system which uses systemd, how would display the logs?</summary>
|
||||
|
||||
* journactl
|
||||
|
||||
</b></details>
|
||||
|
||||
##### Debugging
|
||||
|
Loading…
Reference in New Issue
Block a user