Module 2 Flashcards
(49 cards)
Section 1
User commands
Both executable & shell programs
Section 2
System calls
Kernel routines that are invoked from user space
Section 3
Library functions
Provided by program libraries
Section 4
Special files
Such as device files
Section 5
File formats
For many configuration files & structures
Section 6
Game & screensavers
Historical section for amusing programs
Section 7
Conventions, standards, & miscellaneous
Protocols & file systems
Section 8
System administration & privileges commands
Maintenance tasks
Section 9
Linux kernel API
Internal kernel cells
Spacebar
Scroll forward (down) one screen
PageDown
Scroll forward one screen
PageUp
Scroll backward (up) one screen
DownArrow
Scroll forward one line
UpArrow
Scroll backward one line
D
Scroll forward one half-screen
U
Scroll backward one half-screen
/string
Search forward for “string” in the man page
N
Repeat previous search forward in the man page
Shift+N
Repeat previous search backward in the man page
G
Go to the start of the man page
Shift+G
Go to the end of the man page
Q
Exit man & return to the command shell prompt
man
Allows users to view the reference manual of a command or utility run in the terminal
less
Terminal pager program used to view the contents of a text file one screen at a time