diff --git a/2026/day-02/linux-architecture-notes.md b/2026/day-02/linux-architecture-notes.md new file mode 100644 index 000000000..71b80efce --- /dev/null +++ b/2026/day-02/linux-architecture-notes.md @@ -0,0 +1,11 @@ +cd: is used to change the directory +ls: list the item or file in the folder +pwd: print the working directory +touch: Change file timestamps or create empty files +cp: Copy files and directories +mkdir: create directory +Mv: Move or rename files and directories +rm: remove files and directories +find: Search for files in a directory hierarchy +locate: Find the files by name +tree: display the directories in tree like format diff --git a/2026/day-03/linux-commands-cheatsheet.md b/2026/day-03/linux-commands-cheatsheet.md new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/2026/day-03/linux-commands-cheatsheet.md @@ -0,0 +1 @@ + diff --git a/2026/day-11/day-11-file-ownership.md b/2026/day-11/day-11-file-ownership.md new file mode 100644 index 000000000..91d87701b --- /dev/null +++ b/2026/day-11/day-11-file-ownership.md @@ -0,0 +1,9 @@ +***Task 6: Practice Challenge + +created user tokyo, berlin and nairobi +then created two groups vault-team and tech-team +created directory bank-heist +then +three files iniside the bank-heist +set diff ownership +Linux