Category: Blog

0 commentsBlog

Bash and Terminal tutorial

Lesson 1: Going through directory tree and listing files and folders First line that you will get in terminal is: alexander@pc:~$ This means that current user is “alexander” at machine named “pc”. ~ means that the current directory is home directory, which is /home/alexander. “$” at the end marks that this is the regular user, while ….  Read More