Commands Flashcards
(58 cards)
What Command is used to check the Kernel version
Uname -R
Is
list all the files that your current folder contains
man
display user manuals of any command that you run
Cd
Navigate and change you’re working directory
Pwd
Display the path of your working directory
Mkdir
Create or make new directories
Rmdir
Remove already e empty directories
Mv
Move or rename files or directories
Open
Open files, directories and applications
Echo
Display lines of text or string which are passed as arguments
Touch
Create empty files, And change timestamps of files or folders
Find
Find files and directories And perform operations on them
Clear
Clear your terminal screen
History
View your previously executed commands
tail
Display the last few numbers of lines (no lines by default) of a file
head
Display the first few numbers of lines (no lines by default) of a file
Whoami
Display the currently logged in-user
Who
Display information about users who are currently logged in
Cat
Create single or multiple files, view content of a file, concatenate files and redirect output in the terminal or to other files
less
Read the contents of a text file one page (one screen) at a time
Wc
Display number of lines, Word count, byte and character count in files
grep
Search for a string of characters in a specified file
Sort
Sort a file, arranging its output in a particular order
Apropos
Shows the manual section(s) That contain a set of key words