1.11 Linux Flashcards
Identify common features and tools of the Linux client/desktop OS
ls
Lists directory contents of files and directories
pwd
Displays the full pathname of the current directory
cd
Changes directories
mv
Move files from one location to another
cp
Copy files from one location to another
rm
Permanently deletes files, groups of files, directories or directory trees
Which three commands are used in both files and directories?
mv, cp, rm
df
Displays amount of free disk space
du
Estimates file space usage
nano
Easy to use command line text editor
vi
Old command that supports modal editing
vim
Supports normal, visual, insert, and command line mode
(Upgraded vi)
pico
Text editor that provides less features and less complexity
cat
Used to create, view, or concatenate files
find
Searches file system or directory
grep
Perform text searches for a defined criteria of words or strings
su
Allows you to execute commands as another user