All Flashcards
shutdown, restart
sodu shutdown -r now, sodu shutdown -h +60 (in 60min), sodu reboot
open application, open file with specific application
open -a iTunes (without knowing path!), open [file/path] -a TextEdit
keyboard shortcuts: switch between browser tabs, open new tab
ctrl + tab, ctrl + shift +tab, command + [numbers], command+t
keyboard shortcuts: switch between applications
command + tab
check/change/display content directory
pwd, cd [folder], cd ~/ (go back to home directory) ls
add a new directory to you PATH
sudo nano /etc/paths , add new directory at the bottom, , run echo $PATH
change directory to you home folder
cd ~/
show the manual for a command, exit again
man [command], e.g. man ls , press shift+q to exit
create new empty file
touch [file name]
open file in nano
nano [file name]
check the version of something
[something] –version
delete files
rm [file name]
keyboard shortcuts: Close tab
Command+W
view path where smth is installed
which python3
make directory / create a folder
mkdir [directory path]