#linux
Read more stories on Hashnode
Articles with this tag
🐧💻Linux Commands: ls: List directory contents. Usage: ls [options] [file/directory] -l: Long listing format. -a: Include hidden files. -h:...
💠Task 1: Bash Script to Create Dynamic Directories. Example 1: Creates 90 directories as day1 day2 day3....day90 using loop The +x option...
📍What is Kernel? Kernel is the core component of the operating system. The kernel acts as an intermediator between the hardware and the user-level...
cat: To view what's written in a file. chmod: To change the access permissions of files. rmdir: To remove a directory/ Folder. echo...