Linux CLI - Environment and Configuration
What does the command
alias ll='ls -l' do in a Linux shell?alias ll='ls -l' do in a Linux shell?alias name='command' creates a shortcut named name for the given command.ll is set as a shortcut for ls -l, so typing ll runs ls -l.ll that runs ls -l -> Option D15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions