1.11 Common Features & Tools of the Linux Client/Desktop OS Flashcards
Linux Common Commands - ls
List directory
Linux Common Commands - pwd
Displays the name of the current directory path your in
Linux Common Commands - mv
Move then rename a file
Linux Common Commands - cp
Copy then duplicate a file
Linux Common Commands - rm
Remove files & directories (directories must be empty first)
Linux Common Commands - chmod
Change the read, write, & execute mode (permissions) for the files/directories
Linux Common Commands - chown
Change the name of the owner or group for a directory or file (need the sudo command)
Linux Common Commands - su/sudo
Provides administrative level for commands
Linux Common Commands - apt-get
Install, uninstall, & manage apps/packages command
Linux Common Commands - yum
Red hat version of linux, same as apt-get command
Linux Common Commands - ip
Manage network interfaces
Linux Common Commands - df
Show how much space is available on a disk
Linux Common Commands - grep
Find text within a file
Linux Common Commands - ps
View current processes (like the task manager in window)
Linux Common Commands - man
Provide details on different commands