Categories
Articles
How do I change the default SSH port?
Port 22 is the default port used by the SSH Linux (Open SSH) service. Changing the SSH port can...
How to control a user's processes using SSH?
It is possible to monitor the processes of a user directly from the command line: - log in to...
How to create/edit files and directories from the SSH command line?
Creating a file directly from the command line can be done using the touch command. We will take...
How to move / copy files to SSH console?
To change the name of a folder or to move files or folders to another location, you can use the...
How to unzip an archive in the SSH console?
To extract a zip archive, use the unzip arhivename.zip command. To extract a tar archive, use...
Useful commands for VI editor
The editor of choice for system administration tasks, as well as for many users, on Unix and...