Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 214 Bytes

cd and sudo.md

File metadata and controls

16 lines (10 loc) · 214 Bytes

Back to last directory and run the last sudo command

Quick terminal tip! To get into the last directory that we do:

cd -

To execute the last command that we executed with sudo we do :

sudo !!