Op 15 september 2023
linux standaard gebruiker $ (mag weinig) linux root (admin user) # (mag bijna alles)
linux $ sudo cat /etc/shadow
linux $ id linux $ sudo su - linux # id linux # exit linux $ id
prompt $ commando -optie(s) --linuxoptie argumenten parameters prompt # commando -optie(s) --linuxoptie argumenten parameters
[user@hostname ~] $ [petervg@fedora2 ~] $ PS1='Nieuwe prompt $ ' Nieuwe prompt $ Nieuwe prompt $ '[u@h p] $' [petervg@fedora2 ~] $
linux $ man LinuxCommando
linux $ commando > /pad/naar/bestand linux $ commando >> /pad/naar/bestand linux $ commando 2> /pad/naar/bestand linux $ commando 2>> /pad/naar/bestand linux $ commando > /pad/naar/bestand 2>/pad/naar/bestand
linux $ commando1 | commando2 linux $ commando1 | commando2 | commando3 ... linux $ commando1 | commando2 > /pad/naar/bestand
linux $ cd linux $ cd dirname linux $ cd .. linux $ cd / linux $ pwd
linux $ ls linux $ ls -l
bestandsnaam begint niet met / : relatief t.o.v. working directory bestandsnaam begint wel met / : absoluut vanaf root directory
linux $ vi linux $ vim