touch command is used to create a empty file. Syntax: $ touch <file name> To create multiple empty file we can use below command. To create 1 to 100 files $ touch testfile{1..100}.txt To create a to z files $ touch testfile{a..z}.txt To create a 100 to 1 file with decrements of 2 $ touch […]
Category: How
We can do tunneling the IP and Port through SSH connection using putty software very easily. To do tunnel below points are mandatory: You should have access to server which you want to tunnel. From the your access machine , you should have access to destination IP and port. Port forward should be enabled in […]