Linux Shell Commands Flashcards
1
Q
pwd
A
Displays path of current directory on screen.
Print Working Directory
2
Q
Ifconfig
A
Displays IP address and subnet mask assign to system
3
Q
ls -a
ls -l
ls -R
A
- a displays all files
- l displays detailed list
- R displays contents of directory
4
Q
-help
A
How to use command
5
Q
bash
A
Starts a new Bourne again shell
6
Q
man
A
Like help screen with more detail. Q to quit
7
Q
info
A
More extensive doc about the command
8
Q
cd
A
Change directories