#linux-commands
Read more stories on Hashnode
Articles with this tag
Part-6 路 51. How do you find all files containing a specific word or phrase in Linux? a) grep b) find c) search d) locate 馃挕 grep and find 52. What...
Part-5 路 41. How do you create a compressed tar archive in Linux? a) gzip b) zip c) tar d) compress 馃挕 tar 42. What command is used to change the...
Part-4 路 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...
Part-3 路 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...
Part-2 路 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...
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...