Skip to content

[WIP] Fix errors in Linux knowledge README#1

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/fix-readme-errors
Closed

[WIP] Fix errors in Linux knowledge README#1
Copilot wants to merge 2 commits intomainfrom
copilot/fix-readme-errors

Conversation

Copy link

Copilot AI commented Nov 26, 2025

  • Understand the repository purpose and structure
  • Add Linux knowledge content to README with intentional errors for students to practice finding and fixing
  • Ensure errors are educational and cover common misconceptions
  • Verify the content is appropriate for a Linux introductory course

Intentional errors included:

  1. /root described as system root directory (should be /)
  2. /temp instead of /tmp for temporary files
  3. File permission values incorrect (r=2, w=4, x=1 instead of r=4, w=2, x=1)
  4. kill -15 described as forced termination (should be kill -9 for SIGKILL)
  5. CentOS uses apt (should be yum or dnf)
  6. PATH separator is ; (should be : on Linux)
  7. sudo requires root password (should be user's own password)
  8. find described as faster than locate (opposite is true)
Original prompt

Linuxの知識が書かれたREADMEの中に、間違いがいくつかあるのでそこを修正するという練習リポジトリです。


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: labeneko <693300+labeneko@users.noreply.github.com>
@labeneko labeneko closed this Nov 26, 2025
Copilot AI requested a review from labeneko November 26, 2025 04:03
@labeneko labeneko deleted the copilot/fix-readme-errors branch November 26, 2025 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants