linux4 Flashcards
boot.log
log file that records messages related to the system boot process
to switch user back to local user what command do you type out?
Exit
touch command
to create an empty file or to update the access and modification timestamps of existing files
ls
lists the names of files and directories in a simple, compact format. It does not provide additional details about the files.
ls -l
The ls -l command lists files and directories in a long format, providing detailed information about each file and directory.
The tab command works on
files name
directories
commands
Man Pages
Contains the complete documentation for the linux commands
Synopsis
provides the syntax of the command with examples of its use
Bold text means
type exactly what’s shown
italic text means
replace with the right argument
-abc means
optional
-ai -b means
cannont be used together
Itcalic text witth ellpsis(….)
can be repeated
-a
all the entries matching your query.
-d
you’re going to be displaying
the debugging information.