Merge pull request #10 from ismferd/add/linux_answers
adding new Linux answers
This commit is contained in:
commit
b4a98ab6bb
12
README.md
12
README.md
@ -591,12 +591,18 @@ The tasks are stored in a cron file.
|
|||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Have you scheduled tasks in the past? What kind of tasks?</summary><br><b>
|
<summary>Have you scheduled tasks in the past? What kind of tasks?</summary><br><b>
|
||||||
|
|
||||||
|
Normally you will schedule batch jobs.
|
||||||
|
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
##### Permissions
|
##### Permissions
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>How to change the permissions of a file?</summary><br><b>
|
<summary>How to change the permissions of a file?</summary><br><b>
|
||||||
|
|
||||||
|
Using the `chmod` command.
|
||||||
|
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@ -617,10 +623,16 @@ The tasks are stored in a cron file.
|
|||||||
|
|
||||||
<details>
|
<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>
|
<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>
|
</b></details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>On a system which uses systemd, how would display the logs?</summary>
|
<summary>On a system which uses systemd, how would display the logs?</summary>
|
||||||
|
|
||||||
|
* journalctl
|
||||||
|
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
##### Debugging
|
##### Debugging
|
||||||
|
Loading…
Reference in New Issue
Block a user