#linux
Read more stories on Hashnode
Articles with this tag
Today is more on Reading, Learning and Implementing File permissions The concept of Linux File permission and ownership is important in Linux. Here,...
Tasks: Write a bash script createDirectories.sh that when the script is executed with three given arguments (one is the directory name and the second...
What is Kernel The kernel is a computer program that is the core of a computer’s operating system, with complete control over everything in the...
Day 3 Task: Basic Linux Commands To get the manual of that commandman <commandname>To listlsTo get more info about the contents inside the file.ls...
#90daysofdevops Day2 Tasks: Check your present working directory -> pwd List all the files or directories including hidden files -> ls -a Create a...