010-160: LPI LINUX ESSENTIALS QUESTIONS AND ANSWERS 2024/2025
0 keer bekeken 0 keer verkocht
Vak
LINUX ESSENTIALS CERTIFICATION
Instelling
LINUX ESSENTIALS CERTIFICATION
whereis
→ used to search for programs in restricted locations, such as binary file directories,
libraries, and man directories.
locate
→ Searches the system managed database of filenames for files containing the specified
string in the filenames. (Search is much faster than the search pe...
010-160: LPI LINUX ESSENTIALS
QUESTIONS AND ANSWERS 2024/2025
whereis
→ used to search for programs in restricted locations, such as binary file directories,
libraries, and man directories.
locate
→ Searches the system managed database of filenames for files containing the specified
string in the filenames. (Search is much faster than the search performed using the 'find'
command)
updatedb
→ Updates the system managed database of filenames
Displays current working directory
→ pwd
Change into the current user's home directory
→ cd ~
→
→ cd $HOME
→
→ Both of these do what
Change to the parent directory of the current directory
Change to the etc directory in the root (/) directory
→ cd /etc
Creates a hard link named 'format.txt' for the file 'fmt.txt'
→ ln fmt.txt format.txt
Creates a symbolic link named sym.txt of fmt.txt
→ ln -s fmt.txt sym.txt
touch
→ Can be used to update the timestamp of a file or if that file doesn't exist it will create
a blank file with the specified name.
Will update the timestamp of the specified file if it exists. If it does not exist it will not create
a blank file.
→ touch -c file1.txt
Adds the content "Hey there!" to the specified file.
→ echo "Hey there!" > sample.txt
cat filename.txt
→ Displays the contents of a file
Opens the vi editor for the file "sample". This will allow you to write text into a file.
→ vi sample
1|Page| GradeA+ | 2 0 0 2 5
Voordelen van het kopen van samenvattingen bij Stuvia op een rij:
Verzekerd van kwaliteit door reviews
Stuvia-klanten hebben meer dan 700.000 samenvattingen beoordeeld. Zo weet je zeker dat je de beste documenten koopt!
Snel en makkelijk kopen
Je betaalt supersnel en eenmalig met iDeal, creditcard of Stuvia-tegoed voor de samenvatting. Zonder lidmaatschap.
Focus op de essentie
Samenvattingen worden geschreven voor en door anderen. Daarom zijn de samenvattingen altijd betrouwbaar en actueel. Zo kom je snel tot de kern!
Veelgestelde vragen
Wat krijg ik als ik dit document koop?
Je krijgt een PDF, die direct beschikbaar is na je aankoop. Het gekochte document is altijd, overal en oneindig toegankelijk via je profiel.
Tevredenheidsgarantie: hoe werkt dat?
Onze tevredenheidsgarantie zorgt ervoor dat je altijd een studiedocument vindt dat goed bij je past. Je vult een formulier in en onze klantenservice regelt de rest.
Van wie koop ik deze samenvatting?
Stuvia is een marktplaats, je koop dit document dus niet van ons, maar van verkoper TestTrackers. Stuvia faciliteert de betaling aan de verkoper.
Zit ik meteen vast aan een abonnement?
Nee, je koopt alleen deze samenvatting voor €11,22. Je zit daarna nergens aan vast.