#devops
Read more stories on Hashnode
Articles with this tag
Initialize a Repository git init Clone a Repository git clone <repository_url> Configure User Information git config --global user.name "Your...
File permissions and Access control ยท File permission File permission is really very important in Linux OS for security and access control. They regulate...
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...
Socket A socket is an endpoint of a bidirectional inter-process communication channel. Sockets are used to provide communication between processes on...
Task Check your present working directory. List all the files or directories including hidden files. Create a nested directory...
What is DevOps? DevOps is a culture with being development team and an operation team together to shorten the systems development life cycle and...