$ ssh username@taz.harding.edu
/home/username
cd
command to move to your public_html directory
$ cd public_html
ls
command
$ ls -l
$ nano index.html
passwd
command
$ passwd
cd dirname |
Change to a different directory |
cd .. |
Go back one directory level |
ls -l |
Long listing of current directory |
rm filename |
Delete a file |
cp filename newfilename |
Copy a file to a new file |
cd dirname |
Change to a different directory |
mv oldfilename newfilename |
Rename a file |
mkdir dirname |
Create a new directory |
nano filename |
Edit a file |
pwd |
Show the name of the current directory |
taz.harding.edu
in the
Host name field, enter your Taz username and password in the
appropriate fields, and press Login
Apple.html
and apple.html
are distinctly different
Apple.html
and apple.html
happy.png
) but the file is actually
stored with some uppercase letters (e.g., happy.PNG
)
student
group
faculty
group
-rw-r--r--
-
is regular,
d
is directory, l
is link