Awesome windows run command shortcuts

In this post I am sharing about awesome windows run command shortcuts. Using shortcuts save your time, rather then doing clicking clicking clicking kind of work. After a gap of nearly 5-6 years, today I login in Windows 8 system. I tried my hands on forgotten run commands shortcuts, which I used to apply on … Read more

group ownership reference to file/dir from other file/dir in linux

In this tutorial we will learn to give group ownership reference to file/dir from other file/dir in linux. Here we will take ownership and group reference from source file or directory and apply same ownership and group to target directory. Syntax: chown –reference source-file-dir target-file-dir example: chown –reference testfile sharad_testfile See the given below screenshot … Read more