はじめに
このチャレンジでは、Linux におけるファイルパーミッション管理の理解度をテストします。ファイルパーミッションと所有者の表示と変更に関する知識を適用し、基本的な Linux コマンドの習得度を示すことができます。
達成目標
このチャレンジを完了すると、以下のことができることを証明できます。
chown
を使用してファイルの所有者を変更するchmod
を使用してファイルパーミッションを変更するtouch
を使用して新しいファイルを作成するls
を使用してファイルの詳細を表示する
これは Challenge です。Guided Lab とは異なり、学習のためにラボの手順に従うのではなく、チャレンジタスクを独立して完了する必要があります。Challenge は通常、少し難しい課題です。難しいと感じた場合は、Labby と相談したり、解決策を確認したりできます。過去のデータによると、この 初級 レベルのチャレンジの合格率は 95.98%です。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
shell(("Shell")) -.-> shell/BasicSyntaxandStructureGroup(["Basic Syntax and Structure"])
linux(("Linux")) -.-> linux/BasicFileOperationsGroup(["Basic File Operations"])
shell(("Shell")) -.-> shell/SystemInteractionandConfigurationGroup(["System Interaction and Configuration"])
linux(("Linux")) -.-> linux/UserandGroupManagementGroup(["User and Group Management"])
shell/BasicSyntaxandStructureGroup -.-> shell/comments("Comments")
linux/BasicFileOperationsGroup -.-> linux/ls("Content Listing")
linux/BasicFileOperationsGroup -.-> linux/touch("File Creating/Updating")
linux/BasicFileOperationsGroup -.-> linux/chown("Ownership Changing")
linux/BasicFileOperationsGroup -.-> linux/chmod("Permission Modifying")
shell/SystemInteractionandConfigurationGroup -.-> shell/shell_options("Shell Options and Attributes")
linux/UserandGroupManagementGroup -.-> linux/sudo("Privilege Granting")
linux/UserandGroupManagementGroup -.-> linux/set("Shell Setting")
subgraph Lab Skills
shell/comments -.-> lab-270254{{"ファイルの所有者を変更する"}}
linux/ls -.-> lab-270254{{"ファイルの所有者を変更する"}}
linux/touch -.-> lab-270254{{"ファイルの所有者を変更する"}}
linux/chown -.-> lab-270254{{"ファイルの所有者を変更する"}}
linux/chmod -.-> lab-270254{{"ファイルの所有者を変更する"}}
shell/shell_options -.-> lab-270254{{"ファイルの所有者を変更する"}}
linux/sudo -.-> lab-270254{{"ファイルの所有者を変更する"}}
linux/set -.-> lab-270254{{"ファイルの所有者を変更する"}}
end