-
Notifications
You must be signed in to change notification settings - Fork 0
Hands-on Linux practice project using WSL Ubuntu. Includes file and directory operations (create, move, copy, rename, delete, view) and user/group permission management (users, groups, ownership with chown, and access control with chmod). Built as part of a cloud engineering learning journey.
IbimBrown/Linux-file-operations
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project was created to practice basic Linux file and directory operations and user/group permissions using WSL Ubuntu. ## Tasks Completed 1. Created project structure with directories: docs, logs, configs. 2. Added files: readme.txt, error.log, access.log, nginx.conf. 3. Practiced file operations: - Create files and directories (mkdir, touch) - Move, copy, rename, and delete files (mv, cp, rm) - Write and append text to files (echo, >, >>) - View file contents (cat, head, tail) 4. Practiced user and group permissions: - Created users and groups (adduser, groupadd, usermod) - Changed file ownership (chown) - Set file and directory permissions (chmod 770, chmod 600) - Made a script executable (chmod +x start.sh) ## Learning Outcome By completing these tasks, I learned how to manage files, directories, users, and permissions in Linux, which are essential skills for system administration and cloud engineering..
About
Hands-on Linux practice project using WSL Ubuntu. Includes file and directory operations (create, move, copy, rename, delete, view) and user/group permission management (users, groups, ownership with chown, and access control with chmod). Built as part of a cloud engineering learning journey.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published