#shell
Read more stories on Hashnode
Articles with this tag
Today we have some tasks where we will know about Shell Scripting. What is Comments, echo, variables, wildcards. Tasks : Task 1 : Comments : In bash...
Today we will learn about Package managers and System services, and also have tasks for this topic. What is a Package Manager in Linux?Package Manager...
Task 1 : Understanding File Permissions - Create a simple file and run ls -ltr to see the details of the files. Each of the three permissions are...
Task 1 : Create Directories Using Shell Script : - Write a bash script createDirectories.sh that, when executed with three arguments (directory name,...
Today, we have the some tasks based on Basic Shell Scripting. Let's solve them together. Task 1 : Explain in your own words and with examples what...