Linux Flashcards
Linux command used for listing file system objects (similar to the dir command in Windows)
ls command
Linux command used to print the current directory
pwd command
Linux command used to change the directories
cd command
Linux command used to move files from one location to another
mv command
Linux command used to copy files from one location to another
cp command
Linux command used to delete files
rm command
Linux command used to display the amount of free disk space
df command
Linux command used to estimate the file space usage
du command
Linux easy to use command line text editor
nano
Old command that supports model editing
vi command
Linux command that supports normal, visual, insert, and command line mode (updated version of the vi command)
vim command
Text editor that provides less features and less complexity
pico
Linux command used to create, view, or concatenate files
cat command
Linux command used to search the file system or directory
find command
Linux command used to search for a string of characters within a specified file using regular expressions
grep command