Friday, September 14, 2018

some linux shortcuts

ctrl + c --> kill command
ctrl + z --> stop(suspend) command and the [number] is visible left side which is the job number used to bring foreground later.
fg --> foreground job [number]
clear --> clears screen
exit --> exit terminal
history --> command history

ctrl +r --> search commadn history
ctrl + a --> move cursor to beginning
ctrl+e -->move cursor to end
ctrl+k -->  Kill = Cut (from where the cursor is)
ctrl + y --> yank = paste
ctrl + l --> clear

passwd --> to change user password

No comments:

Post a Comment