Different ways to get an owner of a file in Linux ?
In this post, we will look different ways to get owner of a file in linux. We generally use ls command, however there are different ways available to achieve this....
In this post, we will look different ways to get owner of a file in linux. We generally use ls command, however there are different ways available to achieve this....
1. Introduction to Screen Sometimes when we take remote console session and want to have multiple terminal sessions, however the login process is quite long. Then we can use this...
Today we will see how to find the files which are modified recently on our linux system. We will see the files modified in last few minutes, hour, and days....
In this post, we will look at the tips of using docker to get images and creating & working with containers. 1. Pull an image: $ docker pull centos Using...
In this post, we will look how to take backup of a docker container. We can take backup in two steps: a. First saving the container data into an image....
I. Playing with Docker Images 1. Take backup of an image $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE mariadb 10.1 5a34bfc8f676 2 weeks ago 375MB phpmyadmin/phpmyadmin latest 15ca549393be...
1. What is Docker ? Docker is a software package which is installed on a server or host OS and then provides a facility to create containers. Each container can...