Knowledgebase
- Portal Home
- Knowledgebase
- SSH and Shell Access
Articles
To archive and compress a directory called 'target' in the current working directory into a file...
A symbolic link is a pointer to another file or directory. It can be used just like the original...
A common task in UNIX operating systems is creating an archive of many files or directories in a...
To extract the compressed tar archive target.tar.gz into the current working directory with:...
To search the current directory and all subdirectories for a folder or file, use the following...
The UNIX command line interface is wonderful. With that power comes complexity if only in the...
Overview SSH (Secure Shell) is a program to log into another computer/server over a network...
Via the "crontab" command from the shell.crontab -l will show you your currently set up cronjobs...
Creating a Directory You can create a directory by using the mkdir command. For example, to...