-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Process Spelunking Workshop #1362
base: main
Are you sure you want to change the base?
Conversation
👷 Deploy request for cyf-curriculum pending review.Visit the deploys page to approve it
|
👷 Deploy request for cyf-itd pending review.Visit the deploys page to approve it
|
👷 Deploy request for cyf-tracks pending review.Visit the deploys page to approve it
|
👷 Deploy request for cyf-sdc pending review.Visit the deploys page to approve it
|
👷 Deploy request for cyf-piscine pending review.Visit the deploys page to approve it
|
👷 Deploy request for cyf-launch pending review.Visit the deploys page to approve it
|
👷 Deploy request for cyf-common pending review.Visit the deploys page to approve it
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it a lot!
openat(AT_FDCWD, "exercise_3_file.txt", O_RDONLY|O_CLOEXEC) = 3 | ||
``` | ||
|
||
That last `= 3` is the *file descriptor*. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd maybe want to generalise here also that this is the return value of the syscall? (Maybe comparing with the 34
from the write
above for "Press enter to stop the program."?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did mention that it's the return value. But haven't addressed the return value of write
.
(Do want to do that, just have to figure out where makes the most sense.)
And maybe I should just start with the `-o` immediately. | ||
Just like `ps`, we should go "this is the tool, hold it here", | ||
and students can get fancy on their own time if/when they feel like it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this idea :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. :)
What does this change?
Create a workshop on process-spelunking.
Early PR, so I can get feedback while writing the rest of the workshop.
NOTE: work-in-progress, DO NOT MERGE.
Common Content?
Common Theme?
Issue number: #1352
Org Content?
Sprint
Checklist
Who needs to know about this?
@illicitonion