How To Hide Files In Kali Linux?
How To Hide Files In Kali Linux? Helllo friends, today we are going to show you, How To Hide Files in Kali Linux? So everyone wants their privacy even on the computer too. So if we have important data and do not want to share with other computer users, then we need to hide our files in Linux operating system. So How can we do that, by just following these simple steps. In this video, I have created the Testing folder and file in Documents directory and want to hide Testing folder. Steps to follow: 1. Type cd Documents The cd command, also known as chdir (change directory), is a command-line OS shell command used to change the current working directory in operating systems. The cd command is used to go to the file and folder, which we want to hide. For Example we have shown in Video, we want to hide the file in the Document folder. 2. Type mv Testing .Testing This command is used to hide your exact file, you can replace (Testing) with your file which you wanna hi...

Comments