Unix Tutorial

Misc Commands

Here are some commands that might be useful sometime, they’re just other commands I know that I didn’t go over in the previous pages.

clear will clear the screen and leave you with just a command prompt

clear 1
clear 2

man will provide you with documentation on a command: “man command”

man

ssh is used to access a server: “ssh username@servername”

ssh
Previous Home