To list the files and directories in the current working directory, we use the ls command. If on the Windows operating system, when you move to a specific folder, the…
Tag:
linux
There are times when you work with linux systems, you have to repeat some boring work. For me, that is creating a sudo account for the user. Script to do…
If you usually work with Linux systems, you will need to be aware of security issues with ssh. The purpose of the script The following script is written for the…