Linux CLI - Navigating the File System
Which of these is the correct syntax to list files sorted by modification time in descending order?
-t option sorts files by modification time, newest first.-l for detailed listingls -lt lists files with details sorted by time descending.ls -lt = Detailed, sorted by time desc [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions