Ritul Guptaritul.hashnode.dev路Jun 23, 2023Day-4 Learning Linux Through McQ's31. 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 ...linux-basics
Ritul Guptaritul.hashnode.dev路Jun 21, 2023Day-1 Learning Linux Through McQ's1. 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...11 likeslinux-commands
Ritul Guptaritul.hashnode.dev路Jun 21, 2023Day-3 Learning Linux Through McQ's21. 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 ...linux-mcq
Ritul Guptaritul.hashnode.dev路Jun 21, 2023Day-2 Learning Linux Through McQ's11. 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...10 likeslinux-mcq