#linux
Read more stories on Hashnode
Articles with this tag
Package manager in Linux In Linux systems, the package manager is used to enable users to efficiently manage software packages. These tools handle the...
File permissions and Access control ยท File permission File permission is really very important in Linux OS for security and access control. They regulate...
Task1:- Create a backup #!/bin/bash function create_backup...
Explain Shell Scripting Basically, it is used for automating tasks related to the software development cycle, deployment process and system...
Task To view what's written in a file. To change the access permissions of files. To check which commands you have run till now. To remove a...
Task Check your present working directory. List all the files or directories including hidden files. Create a nested directory...