Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
exercises
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ISC2
os
exercises
Commits
b2a9e9d4
Commit
b2a9e9d4
authored
1 year ago
by
iliya.saroukha
Browse files
Options
Downloads
Patches
Plain Diff
transfered project to os group
parents
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
serie1/ex1.md
+36
-0
36 additions, 0 deletions
serie1/ex1.md
with
36 additions
and
0 deletions
serie1/ex1.md
0 → 100644
+
36
−
0
View file @
b2a9e9d4
# Nom du processus portant le PID 1?
## Commande
```
sh
pstree
-p
| more
```
## Résultat
Remarque: pas l'output complet
```
sh
systemd
(
1
)
```
# Est-ce que `ps` et `pstree` vous affichent les mêmes noms de processus pour le PID 1
## Commande pour `ps`
```
sh
ps
--pid
1
```
## Résultat
**Oui, `pstree` et `ps` retourne le même nom de processus**
```
sh
PID TTY TIME CMD
1 ? 00:00:02 systemd
```
# Identifiez au moins 4 groupes de processus contenant chacun au moins 5 processus et pour chacu, déterminez le _group leader_
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment