#linux
Read more stories on Hashnode
Articles with this tag
Day06 · About File Permission : File permissions in Linux are a way to control access to files and directories. They determine who can read, write, and...
Day 05 part2 · User management includes everything from creating a user to deleting a user on your system. User management can be done in three ways on a...
Day 05 Task · Task1.Create Directories Using a Bash Script In this task, we are required to create a bash script that creates directories with dynamic...
day04 · 1. What is a kernel ? The kernel is a core component of an operating system and serves as the main interface between the computer’s physical...
Day 04 · To View What's Written in a File: The cat command is used to display the contents of a file on the terminal. For example, to view the contents...
Day03 · 1. ls Commands The ls commands are used to list files or directories in Linux and other Unix-based operating systems for eg - ls /etc path ls...