$
Linux Practice
Practice
Tutorials
English
한국어
日本語
中文
terminal
Welcome to Linux Practice Terminal!
Type "help" to see available commands.
user
@linux:
~
$
history & alias
Reset Lesson
Review command history and create shortcuts with alias.
Step 1
View your command history.
Type: history
history
Step 2
Create an alias "ll" for "ls -la".
Step 3
List all defined aliases.
Step 4
Create another alias: "gs" for "git status".
Step 5
Check history again to see all the commands you've run in this session.