Linux CLI - Environment and Configuration
Given the alias
alias ll='ls -l' and the command ll /tmp, what will be the output?alias ll='ls -l' and the command ll /tmp, what will be the output?ll replaces ll with ls -l when typed.ll /tmp runs ls -l /tmp, listing files in /tmp in long format.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions