Tag: how to change the access time of a file in linux
touch command in Linux with examples
Let’s learn about the touch command in Linux with examples which is mainly used to make the empty file (zero byte file). We can also use this command to change the access time, we set our own timestamp. So, let’s start with our first example and also look into the option in the touch command.…