31. What command is used to view the contents of a compressed file without extracting it? a) unzip b) unrar c) tar d) zcat 💡 zcat 32. How do you add a user to a group in Linux? a) addgroup b) useradd c) usermod d) groupadd 💡 usermod 33. What ...
1. What is the command to list files and directories in Linux? a) ls b) cd c) pwd d) cp 💡 ls 2. How do you change the directory in the command line? a) cd b) ls c) mkdir d) touch 💡 cd 3. What command is used to create a new directory in Linux...
21. What command is used to display the current date and time in Linux? a) time b) date c) clock d) now 💡 date 22. How do you recursively copy a directory and its contents in Linux? a) mv b) cp c) mkdir d) rm 💡 cp 23. What command is used to ...
11. Which command is used to display the manual pages for a specific command in Linux? a) info b) man c) help d) doc 💡 man 12. How do you create an empty file in Linux? a) touch b) cp c) mkdir d) rm 💡 touch 13. What command is used to find an...