--- layout: page category_title: Basic commands category-page: basic tags: Open the Shell author: Gianmarco De Vita title: Open the Shell next-page: pages/cmd/basic/ls.html ---
The tool that allows us to interact with the system with the shell is the terminal. There are mainly two ways to access to the terminal on a MacOS system.
cmd+space
to access to Spotlight.As you open the Terminal, a new blank window opens:
You can notice that the top lines in the window follow this structure:
Last login: Day Month 2 hh:mm:ss on console Device-name:~ username$
The tilde (~) just before your username means that the current position in which the terminal is working is the Home directory. The gray spot next to the symbol $ after your username indicates that you can write instructions in that space.
Now, you are ready to try and use some simple commands to familiarize with this interface.
Notice that you can work simultaneously on multiple sessions of the Terminal.
Just by pushing cmd+T
, a new blank window will open without closing the current.