#linux
Read more stories on Hashnode
Articles with this tag
Let's begin with the basics of Python. Python, what is it? Python is a dynamically typed, general-purpose programming language that supports an...
Task 6 of #90daysofdevops File Ownership File/ Directory owners come in this basic three categories: user — The owner of the file or application. A...
Task 5 of #90daysofdevops Write a bash script createDirectories.sh that when the script is executed with three given arguments (one is the directory...
Task4 of #90daysofdevops Hello 👋 there Here are some learnings about shell scripting with tasks. So let's begin, What is Kernel? A kernel is a core...
Task 3 of #90daysofdevops challenge What are the Linux commands To view what's written in a file. cat <file_name> :- to print standard output from...
Task 2 of #90daysofdevops challenge What is Linux? Linux is an operating system, which is based on Linux Kernel. It is an open-source operating system...