Basic Bash Script Commands Flashcards
What single command allows you to change to another directory?
cd
What single command lets you change the current users password?
passwd
What command displays the file’s type?
file
What command lists the content of a textfile?
cat
What command displays the present working directory?
pwd
There are two commands to close the current session, what are they?
exit or logout
There are man pages to help you with commands, what command gives you man help on a command?
man
You can get information on commands, what command gives you info help on a command?
info
What command searches for a keyword in the man pages, helpful for finding the appropriate command when you don’t know it’s name?
apropos
What single command gives you a list of the current directories contents?
ls