[ कंप्यूटर Linux Basics MCQ ]

कंप्यूटर Linux Basics से संबंधित महत्वपूर्ण बहुविकल्पीय प्रश्न। ये प्रश्न JSSC, JPSC, SSC, रेलवे, बैंकिंग, JTET, पुलिस एवं अन्य प्रतियोगी परीक्षाओं के लिए उपयोगी हैं।

[ Computer Linux Basics MCQ ]

Important multiple-choice questions related to Computer Linux Basics. These questions are useful for JSSC, JPSC, SSC, Railway, Banking, JTET, Police and other competitive examinations.
कुल प्रश्न: 386
Total Questions: 386
वर्तमान पेज: 1 / 4
Current Page: 1 / 4
प्रश्न 1
1. Linux क्या है?
[A] Operating System
[B] Web Browser
[C] Database
[D] Antivirus
Question 1
1. What is Linux?
[A] Operating System
[B] Web Browser
[C] Database
[D] Antivirus
सही उत्तर: Operating System
व्याख्या: Linux एक open-source operating system है, जो Unix-like architecture पर आधारित है।
Correct Answer: Operating System
Explanation: Linux is an open-source operating system based on a Unix-like architecture.
प्रश्न 2
2. Linux को किस प्रकार का Operating System माना जाता है?
[A] Open Source
[B] Closed Source
[C] Proprietary Only
[D] Single User Only
Question 2
2. What type of Operating System is Linux?
[A] Open Source
[B] Closed Source
[C] Proprietary Only
[D] Single User Only
सही उत्तर: Open Source
व्याख्या: Linux का source code उपलब्ध होता है और इसे विभिन्न distributions के रूप में उपयोग किया जाता है।
Correct Answer: Open Source
Explanation: Linux is open-source and is available through various distributions.
प्रश्न 3
3. Linux के core को क्या कहा जाता है?
[A] Kernel
[B] Shell
[C] Terminal
[D] Desktop
Question 3
3. What is the core of Linux called?
[A] Kernel
[B] Shell
[C] Terminal
[D] Desktop
सही उत्तर: Kernel
व्याख्या: Kernel operating system का core component है जो hardware और software के बीच communication करता है।
Correct Answer: Kernel
Explanation: The kernel is the core component of the operating system that communicates between hardware and software.
प्रश्न 4
4. Linux में command interpreter को क्या कहा जाता है?
[A] Shell
[B] Kernel
[C] BIOS
[D] Compiler
Question 4
4. What is the command interpreter in Linux called?
[A] Shell
[B] Kernel
[C] BIOS
[D] Compiler
सही उत्तर: Shell
व्याख्या: Shell user द्वारा दिए गए commands को interpret करके operating system को execute करने के लिए भेजता है।
Correct Answer: Shell
Explanation: A shell interprets commands entered by the user and sends them for execution.
प्रश्न 5
5. Linux में command line interface को सामान्यतः क्या कहा जाता है?
[A] Terminal
[B] Folder
[C] Desktop
[D] Panel
Question 5
5. What is the command-line interface in Linux commonly called?
[A] Terminal
[B] Folder
[C] Desktop
[D] Panel
सही उत्तर: Terminal
व्याख्या: Terminal के माध्यम से user Linux commands execute कर सकता है।
Correct Answer: Terminal
Explanation: A terminal allows users to execute Linux commands.
प्रश्न 6
6. Linux में वर्तमान directory देखने के लिए कौन-सी command प्रयोग होती है?
[A] pwd
[B] cd
[C] dir
[D] where
Question 6
6. Which command is used to display the current directory in Linux?
[A] pwd
[B] cd
[C] dir
[D] where
सही उत्तर: pwd
व्याख्या: pwd का अर्थ Print Working Directory है और यह current directory का path दिखाती है।
Correct Answer: pwd
Explanation: pwd stands for Print Working Directory and displays the current directory path.
प्रश्न 7
7. Linux में directory बदलने के लिए कौन-सी command प्रयोग होती है?
[A] cd
[B] pwd
[C] ls
[D] mv
Question 7
7. Which command is used to change a directory in Linux?
[A] cd
[B] pwd
[C] ls
[D] mv
सही उत्तर: cd
व्याख्या: cd command का उपयोग एक directory से दूसरी directory में जाने के लिए किया जाता है।
Correct Answer: cd
Explanation: The cd command is used to move from one directory to another.
प्रश्न 8
8. Linux में files और directories की list देखने के लिए कौन-सी command है?
[A] ls
[B] cd
[C] pwd
[D] rm
Question 8
8. Which command is used to list files and directories in Linux?
[A] ls
[B] cd
[C] pwd
[D] rm
सही उत्तर: ls
व्याख्या: ls command current directory में मौजूद files और directories की list दिखाती है।
Correct Answer: ls
Explanation: The ls command lists files and directories in the current directory.
प्रश्न 9
9. Linux में नई directory बनाने के लिए कौन-सी command प्रयोग होती है?
[A] mkdir
[B] mkfile
[C] newdir
[D] createdir
Question 9
9. Which command is used to create a new directory in Linux?
[A] mkdir
[B] mkfile
[C] newdir
[D] createdir
सही उत्तर: mkdir
व्याख्या: mkdir command का उपयोग नई directory बनाने के लिए किया जाता है।
Correct Answer: mkdir
Explanation: The mkdir command is used to create a new directory.
प्रश्न 10
10. Linux में empty file बनाने के लिए कौन-सी command उपयोग की जा सकती है?
[A] touch
[B] filecreate
[C] make
[D] newfile
Question 10
10. Which command can be used to create an empty file in Linux?
[A] touch
[B] filecreate
[C] make
[D] newfile
सही उत्तर: touch
व्याख्या: touch command से नई empty file बनाई जा सकती है और existing file का timestamp भी update किया जा सकता है।
Correct Answer: touch
Explanation: The touch command can create an empty file and can also update the timestamp of an existing file.
प्रश्न 11
11. Linux में file हटाने के लिए कौन-सी command प्रयोग होती है?
[A] rm
[B] delete
[C] removefile
[D] erase
Question 11
11. Which command is used to remove a file in Linux?
[A] rm
[B] delete
[C] removefile
[D] erase
सही उत्तर: rm
व्याख्या: rm command files को remove करने के लिए प्रयोग होती है।
Correct Answer: rm
Explanation: The rm command is used to remove files.
प्रश्न 12
12. Linux में directory को हटाने के लिए कौन-सी command उपयोग की जाती है?
[A] rmdir
[B] deldir
[C] removedir
[D] deletedir
Question 12
12. Which command is used to remove a directory in Linux?
[A] rmdir
[B] deldir
[C] removedir
[D] deletedir
सही उत्तर: rmdir
व्याख्या: rmdir command empty directory को remove करने के लिए प्रयोग होती है।
Correct Answer: rmdir
Explanation: The rmdir command is used to remove an empty directory.
प्रश्न 13
13. Linux में file copy करने के लिए कौन-सी command है?
[A] cp
[B] copyfile
[C] clone
[D] duplicate
Question 13
13. Which command is used to copy a file in Linux?
[A] cp
[B] copyfile
[C] clone
[D] duplicate
सही उत्तर: cp
व्याख्या: cp command files और directories की copy बनाने के लिए प्रयोग की जाती है।
Correct Answer: cp
Explanation: The cp command is used to copy files and directories.
प्रश्न 14
14. Linux में file या directory move करने के लिए कौन-सी command है?
[A] mv
[B] movefile
[C] transfer
[D] put
Question 14
14. Which command is used to move a file or directory in Linux?
[A] mv
[B] movefile
[C] transfer
[D] put
सही उत्तर: mv
व्याख्या: mv command files या directories को move या rename करने के लिए प्रयोग होती है।
Correct Answer: mv
Explanation: The mv command is used to move or rename files and directories.
प्रश्न 15
15. Linux में file का content देखने के लिए कौन-सी command प्रयोग की जाती है?
[A] cat
[B] show
[C] viewfile
[D] read
Question 15
15. Which command is used to display file content in Linux?
[A] cat
[B] show
[C] viewfile
[D] read
सही उत्तर: cat
व्याख्या: cat command file के content को terminal पर display कर सकती है।
Correct Answer: cat
Explanation: The cat command can display the contents of a file in the terminal.
प्रश्न 16
16. Linux में file के शुरुआती lines देखने के लिए कौन-सी command है?
[A] head
[B] start
[C] topfile
[D] first
Question 16
16. Which command is used to display the beginning of a file in Linux?
[A] head
[B] start
[C] topfile
[D] first
सही उत्तर: head
व्याख्या: head command file की शुरुआत की lines display करती है।
Correct Answer: head
Explanation: The head command displays the beginning lines of a file.
प्रश्न 17
17. Linux में file की अंतिम lines देखने के लिए कौन-सी command है?
[A] tail
[B] end
[C] last
[D] bottom
Question 17
17. Which command is used to display the end of a file in Linux?
[A] tail
[B] end
[C] last
[D] bottom
सही उत्तर: tail
व्याख्या: tail command file की अंतिम lines display करती है।
Correct Answer: tail
Explanation: The tail command displays the ending lines of a file.
प्रश्न 18
18. Linux में text search करने के लिए कौन-सी command प्रसिद्ध है?
[A] grep
[B] findtext
[C] search
[D] look
Question 18
18. Which Linux command is commonly used for text searching?
[A] grep
[B] findtext
[C] search
[D] look
सही उत्तर: grep
व्याख्या: grep command files या command output में specified text pattern खोजने के लिए प्रयोग होती है।
Correct Answer: grep
Explanation: The grep command is used to search for specified text patterns in files or command output.
प्रश्न 19
19. Linux में files खोजने के लिए कौन-सी command प्रयोग की जाती है?
[A] find
[B] searchfile
[C] locatefile
[D] filefind
Question 19
19. Which command is used to search for files in Linux?
[A] find
[B] searchfile
[C] locatefile
[D] filefind
सही उत्तर: find
व्याख्या: find command directory hierarchy में files और directories खोज सकती है।
Correct Answer: find
Explanation: The find command can search for files and directories within a directory hierarchy.
प्रश्न 20
20. Linux में command का manual देखने के लिए कौन-सी command है?
[A] man
[B] helpme
[C] manual
[D] infoonly
Question 20
20. Which command is used to view a command manual in Linux?
[A] man
[B] helpme
[C] manual
[D] infoonly
सही उत्तर: man
व्याख्या: man command किसी command का manual page दिखाती है।
Correct Answer: man
Explanation: The man command displays the manual page for a command.
प्रश्न 21
21. Linux में user की पहचान देखने के लिए कौन-सी command उपयोग की जाती है?
[A] whoami
[B] userid
[C] user
[D] myname
Question 21
21. Which command is used to display the current user in Linux?
[A] whoami
[B] userid
[C] user
[D] myname
सही उत्तर: whoami
व्याख्या: whoami command current logged-in user का username दिखाती है।
Correct Answer: whoami
Explanation: The whoami command displays the username of the current logged-in user.
प्रश्न 22
22. Linux में logged-in users की जानकारी देखने के लिए कौन-सी command प्रयोग होती है?
[A] who
[B] usershow
[C] loginlist
[D] accounts
Question 22
22. Which command is used to display logged-in users in Linux?
[A] who
[B] usershow
[C] loginlist
[D] accounts
सही उत्तर: who
व्याख्या: who command currently logged-in users की information दिखाती है।
Correct Answer: who
Explanation: The who command displays information about currently logged-in users.
प्रश्न 23
23. Linux में current date और time देखने के लिए कौन-सी command है?
[A] date
[B] time
[C] clock
[D] datetime
Question 23
23. Which command is used to display the current date and time in Linux?
[A] date
[B] time
[C] clock
[D] datetime
सही उत्तर: date
व्याख्या: date command current date और time display करती है।
Correct Answer: date
Explanation: The date command displays the current date and time.
प्रश्न 24
24. Linux में system information देखने के लिए कौन-सी command उपयोगी है?
[A] uname
[B] systeminfo
[C] osinfo
[D] linuxinfo
Question 24
24. Which command is useful for displaying system information in Linux?
[A] uname
[B] systeminfo
[C] osinfo
[D] linuxinfo
सही उत्तर: uname
व्याख्या: uname command system और kernel से संबंधित information display कर सकती है।
Correct Answer: uname
Explanation: The uname command can display information about the system and kernel.
प्रश्न 25
25. Linux में administrator account को सामान्यतः क्या कहा जाता है?
[A] root
[B] adminuser
[C] super
[D] master
Question 25
25. What is the administrator account commonly called in Linux?
[A] root
[B] adminuser
[C] super
[D] master
सही उत्तर: root
व्याख्या: root Linux का superuser account है जिसके पास system पर व्यापक privileges होते हैं।
Correct Answer: root
Explanation: root is the superuser account in Linux with extensive system privileges.
प्रश्न 26
26. Linux में root user की पहचान क्या है?
[A] #
[B] $
[C] @
[D] %
Question 26
26. Which symbol commonly represents the root user in Linux?
[A] #
[B] $
[C] @
[D] %
सही उत्तर: #
व्याख्या: Command prompt में root user को सामान्यतः # symbol से दर्शाया जाता है।
Correct Answer: #
Explanation: The # symbol commonly represents the root user in a command prompt.
प्रश्न 27
27. Linux में सामान्य user के command prompt में सामान्यतः कौन-सा symbol होता है?
[A] $
[B] #
[C] %
[D] &
Question 27
27. Which symbol commonly appears in the Linux command prompt for a normal user?
[A] $
[B] #
[C] %
[D] &
सही उत्तर: $
व्याख्या: Normal user के shell prompt में सामान्यतः $ symbol दिखाई देता है।
Correct Answer: $
Explanation: The $ symbol commonly appears in the shell prompt for a normal user.
प्रश्न 28
28. Linux में permissions के तीन मुख्य प्रकार कौन-से हैं?
[A] Read, Write, Execute
[B] Open, Close, Save
[C] Copy, Paste, Delete
[D] Start, Stop, Run
Question 28
28. What are the three main types of permissions in Linux?
[A] Read, Write, Execute
[B] Open, Close, Save
[C] Copy, Paste, Delete
[D] Start, Stop, Run
सही उत्तर: Read, Write, Execute
व्याख्या: Linux file permissions में Read (r), Write (w) और Execute (x) मुख्य permissions हैं।
Correct Answer: Read, Write, Execute
Explanation: The main Linux file permissions are Read (r), Write (w), and Execute (x).
प्रश्न 29
29. Linux में file permissions बदलने के लिए कौन-सी command प्रयोग होती है?
[A] chmod
[B] perm
[C] changeperm
[D] filemode
Question 29
29. Which command is used to change file permissions in Linux?
[A] chmod
[B] perm
[C] changeperm
[D] filemode
सही उत्तर: chmod
व्याख्या: chmod command files और directories की permissions बदलने के लिए प्रयोग होती है।
Correct Answer: chmod
Explanation: The chmod command is used to change permissions of files and directories.
प्रश्न 30
30. Linux में file का owner बदलने के लिए कौन-सी command प्रयोग होती है?
[A] chown
[B] owner
[C] chowner
[D] usermod
Question 30
30. Which command is used to change file ownership in Linux?
[A] chown
[B] owner
[C] chowner
[D] usermod
सही उत्तर: chown
व्याख्या: chown command file या directory का ownership बदलने के लिए प्रयोग होती है।
Correct Answer: chown
Explanation: The chown command is used to change the ownership of a file or directory.
प्रश्न 31
31. Linux में package management के लिए Ubuntu में कौन-सा command commonly प्रयोग होता है?
[A] apt
[B] pkgtool
[C] package
[D] installpkg
Question 31
31. Which command is commonly used for package management in Ubuntu?
[A] apt
[B] pkgtool
[C] package
[D] installpkg
सही उत्तर: apt
व्याख्या: Ubuntu और Debian-based systems में apt package management के लिए commonly उपयोग किया जाता है।
Correct Answer: apt
Explanation: APT is commonly used for package management on Ubuntu and Debian-based systems.
प्रश्न 32
32. Linux में system को shutdown करने के लिए कौन-सी command उपयोग की जा सकती है?
[A] shutdown
[B] poweroffonly
[C] stoplinux
[D] closeos
Question 32
32. Which command can be used to shut down a Linux system?
[A] shutdown
[B] poweroffonly
[C] stoplinux
[D] closeos
सही उत्तर: shutdown
व्याख्या: shutdown command system को निर्धारित तरीके से बंद करने के लिए प्रयोग की जाती है।
Correct Answer: shutdown
Explanation: The shutdown command is used to shut down a Linux system in a controlled manner.
प्रश्न 33
33. Linux में home directory पर जाने के लिए कौन-सी command उपयोग की जाती है?
[A] cd ~
[B] cd /
[C] home
[D] goto home
Question 33
33. Which command is used to go to the home directory in Linux?
[A] cd ~
[B] cd /
[C] home
[D] goto home
सही उत्तर: cd ~
व्याख्या: cd ~ current user की home directory पर जाने के लिए उपयोग की जाती है।
Correct Answer: cd ~
Explanation: cd ~ is used to go to the current user's home directory.
प्रश्न 34
34. Linux में root directory को किस symbol से दर्शाया जाता है?
[A] /
[B] ~
[C] #
[D] \
Question 34
34. Which symbol represents the root directory in Linux?
[A] /
[B] ~
[C] #
[D] \
सही उत्तर: /
व्याख्या: Linux filesystem की सबसे ऊपरी directory को root directory कहते हैं और इसे / से दर्शाया जाता है।
Correct Answer: /
Explanation: The top-level directory of the Linux filesystem is called the root directory and is represented by /.
प्रश्न 35
35. Linux में parent directory में जाने के लिए कौन-सी command है?
[A] cd ..
[B] cd .
[C] cd /
[D] cd parent
Question 35
35. Which command is used to move to the parent directory in Linux?
[A] cd ..
[B] cd .
[C] cd /
[D] cd parent
सही उत्तर: cd ..
व्याख्या: cd .. वर्तमान directory की parent directory में जाने के लिए प्रयोग होती है।
Correct Answer: cd ..
Explanation: cd .. is used to move to the parent directory.
प्रश्न 36
36. Linux में current directory को किस symbol से दर्शाया जाता है?
[A] .
[B] ..
[C] /
[D] ~
Question 36
36. Which symbol represents the current directory in Linux?
[A] .
[B] ..
[C] /
[D] ~
सही उत्तर: .
व्याख्या: एक single dot . current directory को represent करता है।
Correct Answer: .
Explanation: A single dot . represents the current directory.
प्रश्न 37
37. Linux में hidden files देखने के लिए ls के साथ कौन-सा option प्रयोग होता है?
[A] -a
[B] -h
[C] -l
[D] -r
Question 37
37. Which option with ls is used to show hidden files in Linux?
[A] -a
[B] -h
[C] -l
[D] -r
सही उत्तर: -a
व्याख्या: ls -a hidden files सहित सभी files दिखाता है।
Correct Answer: -a
Explanation: ls -a displays all files including hidden files.
प्रश्न 38
38. Linux में detailed file information देखने के लिए ls का कौन-सा option उपयोग होता है?
[A] -l
[B] -d
[C] -f
[D] -s
Question 38
38. Which ls option is used to display detailed file information in Linux?
[A] -l
[B] -d
[C] -f
[D] -s
सही उत्तर: -l
व्याख्या: ls -l file permissions, owner, size और अन्य detailed information दिखाता है।
Correct Answer: -l
Explanation: ls -l displays detailed information such as permissions, owner, and size.
प्रश्न 39
39. Linux में hidden file का नाम सामान्यतः किस character से शुरू होता है?
[A] .
[B] #
[C] @
[D] _
Question 39
39. Which character usually starts a hidden file name in Linux?
[A] .
[B] #
[C] @
[D] _
सही उत्तर: .
व्याख्या: Linux में dot से शुरू होने वाली files और directories को सामान्यतः hidden माना जाता है।
Correct Answer: .
Explanation: Files and directories beginning with a dot are generally considered hidden in Linux.
प्रश्न 40
40. Linux में command history देखने के लिए कौन-सी command है?
[A] history
[B] commands
[C] log
[D] cmdlist
Question 40
40. Which command is used to view command history in Linux?
[A] history
[B] commands
[C] log
[D] cmdlist
सही उत्तर: history
व्याख्या: history command पहले execute किए गए commands की सूची दिखाती है।
Correct Answer: history
Explanation: The history command displays previously executed commands.
प्रश्न 41
41. Linux में terminal screen साफ करने के लिए कौन-सी command प्रयोग होती है?
[A] clear
[B] clean
[C] cls
[D] screen
Question 41
41. Which command is used to clear the terminal screen in Linux?
[A] clear
[B] clean
[C] cls
[D] screen
सही उत्तर: clear
व्याख्या: clear command terminal screen को साफ करती है।
Correct Answer: clear
Explanation: The clear command clears the terminal screen.
प्रश्न 42
42. Linux में command का executable path पता करने के लिए कौन-सी command उपयोगी है?
[A] which
[B] where
[C] path
[D] locatecmd
Question 42
42. Which command can be used to find the executable path of a command in Linux?
[A] which
[B] where
[C] path
[D] locatecmd
सही उत्तर: which
व्याख्या: which command यह बताती है कि कोई executable command किस path पर उपलब्ध है।
Correct Answer: which
Explanation: The which command shows the path of an available executable command.
प्रश्न 43
43. Linux में environment variable देखने के लिए कौन-सी command उपयोग की जा सकती है?
[A] env
[B] variable
[C] vars
[D] environment
Question 43
43. Which command can be used to display environment variables in Linux?
[A] env
[B] variable
[C] vars
[D] environment
सही उत्तर: env
व्याख्या: env command environment variables की सूची दिखा सकती है।
Correct Answer: env
Explanation: The env command can display environment variables.
प्रश्न 44
44. Linux में किसी variable की value देखने के लिए कौन-सा syntax उपयोग होता है?
[A] $variable
[B] #variable
[C] @variable
[D] %variable
Question 44
44. Which syntax is used to access a variable value in Linux shell?
[A] $variable
[B] #variable
[C] @variable
[D] %variable
सही उत्तर: $variable
व्याख्या: Linux shell में variable की value access करने के लिए $ symbol का उपयोग किया जाता है।
Correct Answer: $variable
Explanation: The $ symbol is used to access the value of a variable in the Linux shell.
प्रश्न 45
45. Linux shell में command को background में चलाने के लिए सामान्यतः किस symbol का उपयोग होता है?
[A] &
[B] #
[C] %
[D] @
Question 45
45. Which symbol is commonly used to run a command in the background in Linux?
[A] &
[B] #
[C] %
[D] @
सही उत्तर: &
व्याख्या: Command के अंत में & लगाने से उसे background में चलाया जा सकता है।
Correct Answer: &
Explanation: Appending & to a command can run it in the background.
प्रश्न 46
46. Linux में running processes की जानकारी देखने के लिए कौन-सी command है?
[A] ps
[B] process
[C] jobslist
[D] proc
Question 46
46. Which command is used to display information about running processes in Linux?
[A] ps
[B] process
[C] jobslist
[D] proc
सही उत्तर: ps
व्याख्या: ps command वर्तमान processes की जानकारी दिखा सकती है।
Correct Answer: ps
Explanation: The ps command displays information about running processes.
प्रश्न 47
47. Linux में processes को real-time में देखने के लिए कौन-सी command commonly उपयोग होती है?
[A] top
[B] live
[C] processview
[D] realtime
Question 47
47. Which command is commonly used to view processes in real time in Linux?
[A] top
[B] live
[C] processview
[D] realtime
सही उत्तर: top
व्याख्या: top command processes और system resource usage को real-time में दिखाती है।
Correct Answer: top
Explanation: The top command displays processes and system resource usage in real time.
प्रश्न 48
48. Linux में process को terminate करने के लिए कौन-सी command उपयोग होती है?
[A] kill
[B] stopprocess
[C] end
[D] terminate
Question 48
48. Which command is used to terminate a process in Linux?
[A] kill
[B] stopprocess
[C] end
[D] terminate
सही उत्तर: kill
व्याख्या: kill command process को signal भेजने के लिए प्रयोग होती है और process को terminate किया जा सकता है।
Correct Answer: kill
Explanation: The kill command sends a signal to a process and can be used to terminate it.
प्रश्न 49
49. Linux में process ID को सामान्यतः क्या कहा जाता है?
[A] PID
[B] PPID only
[C] IDP
[D] PROC-ID
Question 49
49. What is a process ID commonly called in Linux?
[A] PID
[B] PPID only
[C] IDP
[D] PROC-ID
सही उत्तर: PID
व्याख्या: PID का अर्थ Process ID है और यह प्रत्येक process की पहचान के लिए उपयोग होता है।
Correct Answer: PID
Explanation: PID stands for Process ID and identifies a process.
प्रश्न 50
50. Linux में CPU और memory usage देखने के लिए कौन-सी command उपयोगी है?
[A] top
[B] usage
[C] resource
[D] cpuinfoonly
Question 50
50. Which command is useful for viewing CPU and memory usage in Linux?
[A] top
[B] usage
[C] resource
[D] cpuinfoonly
सही उत्तर: top
व्याख्या: top command CPU और memory usage सहित running processes की जानकारी दिखाती है।
Correct Answer: top
Explanation: The top command displays running processes along with CPU and memory usage.
प्रश्न 51
51. Linux में disk space की जानकारी देखने के लिए कौन-सी command है?
[A] df
[B] disk
[C] space
[D] storage
Question 51
51. Which command is used to display disk space information in Linux?
[A] df
[B] disk
[C] space
[D] storage
सही उत्तर: df
व्याख्या: df command mounted filesystems में available और used disk space दिखाती है।
Correct Answer: df
Explanation: The df command displays used and available disk space on mounted filesystems.
प्रश्न 52
52. Linux में directory का size देखने के लिए कौन-सी command उपयोगी है?
[A] du
[B] dirsize
[C] size
[D] ds
Question 52
52. Which command is useful for checking directory size in Linux?
[A] du
[B] dirsize
[C] size
[D] ds
सही उत्तर: du
व्याख्या: du command files और directories द्वारा उपयोग किए गए disk space की जानकारी देती है।
Correct Answer: du
Explanation: The du command reports disk space used by files and directories.
प्रश्न 53
53. Linux में memory usage देखने के लिए कौन-सी command प्रयोग की जा सकती है?
[A] free
[B] memory
[C] ram
[D] meminfo
Question 53
53. Which command can be used to view memory usage in Linux?
[A] free
[B] memory
[C] ram
[D] meminfo
सही उत्तर: free
व्याख्या: free command system की available और used memory की जानकारी दिखाती है।
Correct Answer: free
Explanation: The free command displays used and available system memory.
प्रश्न 54
54. Linux में hostname देखने के लिए कौन-सी command उपयोग होती है?
[A] hostname
[B] host
[C] computername
[D] machine
Question 54
54. Which command is used to display the hostname in Linux?
[A] hostname
[B] host
[C] computername
[D] machine
सही उत्तर: hostname
व्याख्या: hostname command system का hostname display करती है।
Correct Answer: hostname
Explanation: The hostname command displays the system hostname.
प्रश्न 55
55. Linux में network configuration देखने के लिए आधुनिक systems में कौन-सी command commonly उपयोग होती है?
[A] ip
[B] network
[C] netconfig
[D] ifconfigonly
Question 55
55. Which command is commonly used on modern Linux systems to view network configuration?
[A] ip
[B] network
[C] netconfig
[D] ifconfigonly
सही उत्तर: ip
व्याख्या: ip command network interfaces और addresses की जानकारी manage और display कर सकती है।
Correct Answer: ip
Explanation: The ip command can display and manage network interfaces and addresses.
प्रश्न 56
56. Linux में network connectivity test करने के लिए कौन-सी command प्रसिद्ध है?
[A] ping
[B] testnet
[C] connect
[D] netcheck
Question 56
56. Which command is commonly used to test network connectivity in Linux?
[A] ping
[B] testnet
[C] connect
[D] netcheck
सही उत्तर: ping
व्याख्या: ping command किसी host तक network connectivity test करने के लिए उपयोग की जाती है।
Correct Answer: ping
Explanation: The ping command is used to test network connectivity to a host.
प्रश्न 57
57. Linux में DNS information देखने के लिए कौन-सी command उपयोग की जा सकती है?
[A] dig
[B] dnsview
[C] domain
[D] nsinfo
Question 57
57. Which command can be used to query DNS information in Linux?
[A] dig
[B] dnsview
[C] domain
[D] nsinfo
सही उत्तर: dig
व्याख्या: dig command DNS queries और records की जानकारी प्राप्त करने के लिए उपयोगी है।
Correct Answer: dig
Explanation: The dig command is useful for querying DNS information and records.
प्रश्न 58
58. Linux में file type पता करने के लिए कौन-सी command प्रयोग होती है?
[A] file
[B] typefile
[C] kind
[D] checkfile
Question 58
58. Which command is used to determine the file type in Linux?
[A] file
[B] typefile
[C] kind
[D] checkfile
सही उत्तर: file
व्याख्या: file command किसी file के प्रकार की पहचान करने का प्रयास करती है।
Correct Answer: file
Explanation: The file command attempts to identify the type of a file.
प्रश्न 59
59. Linux में file की line, word और character count देखने के लिए कौन-सी command है?
[A] wc
[B] count
[C] statcount
[D] lines
Question 59
59. Which command is used to count lines, words, and characters in Linux?
[A] wc
[B] count
[C] statcount
[D] lines
सही उत्तर: wc
व्याख्या: wc command lines, words और bytes/characters की count प्रदान कर सकती है।
Correct Answer: wc
Explanation: The wc command can count lines, words, and bytes or characters.
प्रश्न 60
60. Linux में text files को sort करने के लिए कौन-सी command उपयोग होती है?
[A] sort
[B] order
[C] sortfile
[D] arrange
Question 60
60. Which command is used to sort text in Linux?
[A] sort
[B] order
[C] sortfile
[D] arrange
सही उत्तर: sort
व्याख्या: sort command text input की lines को specified order में arrange करती है।
Correct Answer: sort
Explanation: The sort command arranges lines of text in a specified order.
प्रश्न 61
61. Linux में duplicate lines हटाने के लिए कौन-सी command commonly उपयोग होती है?
[A] un​​iq
[B] duplicate
[C] remove
[D] dedup
Question 61
61. Which command is commonly used to remove duplicate lines in Linux?
[A] un​​iq
[B] duplicate
[C] remove
[D] dedup
सही उत्तर: un​​iq
व्याख्या: uniq command consecutive duplicate lines को remove या report कर सकती है।
Correct Answer: un​​iq
Explanation: The uniq command can remove or report consecutive duplicate lines.
प्रश्न 62
62. Linux में output को दूसरी command में भेजने के लिए किस symbol का उपयोग होता है?
[A] |
[B] >
[C] <
[D] &
Question 62
62. Which symbol is used to send the output of one command to another command in Linux?
[A] |
[B] >
[C] <
[D] &
सही उत्तर: |
व्याख्या: Pipe symbol | एक command के output को दूसरी command के input के रूप में भेजता है।
Correct Answer: |
Explanation: The pipe symbol | sends the output of one command as input to another command.
प्रश्न 63
63. Linux में hostname देखने के लिए कौन-सी command प्रयोग की जाती है?
[A] hostname
[B] host
[C] name
[D] machine
Question 63
63. Which command is used to display the hostname in Linux?
[A] hostname
[B] host
[C] name
[D] machine
सही उत्तर: hostname
व्याख्या: hostname command वर्तमान system का hostname दिखाती है।
Correct Answer: hostname
Explanation: The hostname command displays the hostname of the current system.
प्रश्न 64
64. Linux में वर्तमान तारीख और समय देखने के लिए कौन-सी command है?
[A] date
[B] time
[C] datetime
[D] calendar
Question 64
64. Which command is used to display the current date and time in Linux?
[A] date
[B] time
[C] datetime
[D] calendar
सही उत्तर: date
व्याख्या: date command system की वर्तमान date और time प्रदर्शित करती है।
Correct Answer: date
Explanation: The date command displays the current system date and time.
प्रश्न 65
65. Linux में calendar देखने के लिए कौन-सी command प्रयोग होती है?
[A] cal
[B] calendar
[C] date
[D] month
Question 65
65. Which command is used to display a calendar in Linux?
[A] cal
[B] calendar
[C] date
[D] month
सही उत्तर: cal
व्याख्या: cal command terminal में calendar प्रदर्शित करती है।
Correct Answer: cal
Explanation: The cal command displays a calendar in the terminal.
प्रश्न 66
66. Linux में वर्तमान logged-in user का नाम जानने के लिए कौन-सी command प्रयोग होती है?
[A] whoami
[B] username
[C] user
[D] whois
Question 66
66. Which command is used to display the name of the current logged-in user in Linux?
[A] whoami
[B] username
[C] user
[D] whois
सही उत्तर: whoami
व्याख्या: whoami command वर्तमान में logged-in user का username दिखाती है।
Correct Answer: whoami
Explanation: The whoami command displays the username of the currently logged-in user.
प्रश्न 67
67. Linux में logged-in users की जानकारी देखने के लिए कौन-सी command उपयोग होती है?
[A] who
[B] userslist
[C] login
[D] logged
Question 67
67. Which command is used to view information about logged-in users in Linux?
[A] who
[B] userslist
[C] login
[D] logged
सही उत्तर: who
व्याख्या: who command वर्तमान में system पर logged-in users की जानकारी दिखाती है।
Correct Answer: who
Explanation: The who command displays information about users currently logged into the system.
प्रश्न 68
68. Linux में system uptime देखने के लिए कौन-सी command उपयोग की जाती है?
[A] uptime
[B] runtime
[C] systemtime
[D] up
Question 68
68. Which command is used to display system uptime in Linux?
[A] uptime
[B] runtime
[C] systemtime
[D] up
सही उत्तर: uptime
व्याख्या: uptime command बताती है कि system कितने समय से चल रहा है और load average भी दिखा सकती है।
Correct Answer: uptime
Explanation: The uptime command shows how long the system has been running and can also show load averages.
प्रश्न 69
69. Linux में running processes की जानकारी देखने के लिए कौन-सी command commonly प्रयोग होती है?
[A] ps
[B] process
[C] proc
[D] running
Question 69
69. Which command is commonly used to view information about running processes in Linux?
[A] ps
[B] process
[C] proc
[D] running
सही उत्तर: ps
व्याख्या: ps command current processes की जानकारी प्रदर्शित करती है।
Correct Answer: ps
Explanation: The ps command displays information about running processes.
प्रश्न 70
70. Linux में processes को real-time में देखने के लिए कौन-सी command उपयोगी है?
[A] top
[B] processview
[C] liveps
[D] realtime
Question 70
70. Which command is useful for viewing processes in real time in Linux?
[A] top
[B] processview
[C] liveps
[D] realtime
सही उत्तर: top
व्याख्या: top command running processes को real-time में monitor करने के लिए उपयोगी है।
Correct Answer: top
Explanation: The top command is useful for monitoring running processes in real time.
प्रश्न 71
71. Linux में किसी process को terminate करने के लिए सामान्यतः कौन-सी command प्रयोग होती है?
[A] kill
[B] stopprocess
[C] end
[D] terminate
Question 71
71. Which command is commonly used to terminate a process in Linux?
[A] kill
[B] stopprocess
[C] end
[D] terminate
सही उत्तर: kill
व्याख्या: kill command process को signal भेजने के लिए प्रयोग होती है और उचित signal से process terminate किया जा सकता है।
Correct Answer: kill
Explanation: The kill command sends a signal to a process and can terminate it with an appropriate signal.
प्रश्न 72
72. Linux में disk space की जानकारी देखने के लिए कौन-सी command उपयोग होती है?
[A] df
[B] disk
[C] space
[D] storage
Question 72
72. Which command is used to view disk space information in Linux?
[A] df
[B] disk
[C] space
[D] storage
सही उत्तर: df
व्याख्या: df command mounted filesystems की available और used disk space की जानकारी दिखाती है।
Correct Answer: df
Explanation: The df command displays used and available disk space on mounted filesystems.
प्रश्न 73
73. Linux में किसी directory के disk usage को देखने के लिए कौन-सी command उपयोगी है?
[A] du
[B] df
[C] diskuse
[D] usage
Question 73
73. Which command is useful for viewing disk usage of a directory in Linux?
[A] du
[B] df
[C] diskuse
[D] usage
सही उत्तर: du
व्याख्या: du command files और directories द्वारा उपयोग किए गए disk space की जानकारी देती है।
Correct Answer: du
Explanation: The du command displays disk space usage by files and directories.
प्रश्न 74
74. Linux में human-readable format में disk usage देखने के लिए कौन-सा option प्रयोग किया जाता है?
[A] -h
[B] -r
[C] -u
[D] -d
Question 74
74. Which option is used to display disk usage in human-readable format in Linux?
[A] -h
[B] -r
[C] -u
[D] -d
सही उत्तर: -h
व्याख्या: -h option size को KB, MB और GB जैसे readable format में दिखाता है।
Correct Answer: -h
Explanation: The -h option displays sizes in a human-readable format such as KB, MB, and GB.
प्रश्न 75
75. Linux में किसी command का executable path पता करने के लिए कौन-सी command प्रयोग की जाती है?
[A] which
[B] where
[C] path
[D] locate
Question 75
75. Which command is used to find the path of an executable command in Linux?
[A] which
[B] where
[C] path
[D] locate
सही उत्तर: which
व्याख्या: which command बताती है कि किसी command का executable PATH में कहाँ स्थित है।
Correct Answer: which
Explanation: The which command shows where an executable command is located in the PATH.
प्रश्न 76
76. Linux में command के manual page को देखने के लिए कौन-सी command प्रयोग होती है?
[A] man
[B] manual
[C] help
[D] doc
Question 76
76. Which command is used to view the manual page of a command in Linux?
[A] man
[B] manual
[C] help
[D] doc
सही उत्तर: man
व्याख्या: man command किसी command के documentation या manual page को प्रदर्शित करती है।
Correct Answer: man
Explanation: The man command displays the documentation or manual page for a command.
प्रश्न 77
77. Linux में किसी command की सहायता जानकारी देखने के लिए कौन-सा option सामान्यतः प्रयोग किया जाता है?
[A] --help
[B] --info
[C] --manual
[D] --support
Question 77
77. Which option is commonly used to view help information for a Linux command?
[A] --help
[B] --info
[C] --manual
[D] --support
सही उत्तर: --help
व्याख्या: कई Linux commands --help option के माध्यम से usage और available options की जानकारी देती हैं।
Correct Answer: --help
Explanation: Many Linux commands provide usage and option information through the --help option.
प्रश्न 78
78. Linux में file के अंदर text खोजने के लिए कौन-सी command सबसे commonly प्रयोग होती है?
[A] grep
[B] findtext
[C] search
[D] look
Question 78
78. Which command is commonly used to search for text inside files in Linux?
[A] grep
[B] findtext
[C] search
[D] look
सही उत्तर: grep
व्याख्या: grep command files या command output में दिए गए pattern या text को खोजती है।
Correct Answer: grep
Explanation: The grep command searches for a specified pattern or text in files or command output.
प्रश्न 79
79. Linux में files और directories को recursively खोजने के लिए कौन-सी command प्रयोग होती है?
[A] find
[B] search
[C] locatefile
[D] seek
Question 79
79. Which command is used to search for files and directories recursively in Linux?
[A] find
[B] search
[C] locatefile
[D] seek
सही उत्तर: find
व्याख्या: find command directories के अंदर files और directories को विभिन्न criteria के आधार पर खोज सकती है।
Correct Answer: find
Explanation: The find command searches for files and directories recursively based on various criteria.
प्रश्न 80
80. Linux में file को जल्दी locate करने के लिए कौन-सी command database का उपयोग कर सकती है?
[A] locate
[B] find
[C] searchfile
[D] wherefile
Question 80
80. Which Linux command can use a database to quickly locate files?
[A] locate
[B] find
[C] searchfile
[D] wherefile
सही उत्तर: locate
व्याख्या: locate command file-name database का उपयोग करके files को जल्दी खोज सकती है।
Correct Answer: locate
Explanation: The locate command can quickly search for files using a file-name database.
प्रश्न 81
81. Linux में text file की पहली कुछ lines देखने के लिए कौन-सी command प्रयोग होती है?
[A] head
[B] top
[C] first
[D] start
Question 81
81. Which command is used to view the first few lines of a text file in Linux?
[A] head
[B] top
[C] first
[D] start
सही उत्तर: head
व्याख्या: head command file की शुरुआत की कुछ lines प्रदर्शित करती है।
Correct Answer: head
Explanation: The head command displays the first few lines of a text file.
प्रश्न 82
82. Linux में text file की अंतिम कुछ lines देखने के लिए कौन-सी command प्रयोग होती है?
[A] tail
[B] end
[C] last
[D] bottom
Question 82
82. Which command is used to view the last few lines of a text file in Linux?
[A] tail
[B] end
[C] last
[D] bottom
सही उत्तर: tail
व्याख्या: tail command file के अंत की कुछ lines प्रदर्शित करती है।
Correct Answer: tail
Explanation: The tail command displays the last few lines of a text file.
प्रश्न 83
83. Linux में file के content को screen पर देखने के लिए कौन-सी command प्रयोग की जाती है?
[A] cat
[B] view
[C] show
[D] read
Question 83
83. Which command is used to display the contents of a file on the screen in Linux?
[A] cat
[B] view
[C] show
[D] read
सही उत्तर: cat
व्याख्या: cat command file के content को terminal पर प्रदर्शित करने के लिए प्रयोग होती है।
Correct Answer: cat
Explanation: The cat command is used to display the contents of a file in the terminal.
प्रश्न 84
84. Linux में बड़ी text file को page-by-page देखने के लिए कौन-सी command उपयोगी है?
[A] less
[B] page
[C] readpage
[D] display
Question 84
84. Which command is useful for viewing a large text file page by page in Linux?
[A] less
[B] page
[C] readpage
[D] display
सही उत्तर: less
व्याख्या: less command बड़ी files को आसानी से page-by-page पढ़ने की सुविधा देती है।
Correct Answer: less
Explanation: The less command allows large text files to be viewed page by page.
प्रश्न 85
85. Linux में file की lines, words और characters की संख्या गिनने के लिए कौन-सी command प्रयोग होती है?
[A] wc
[B] count
[C] lines
[D] stats
Question 85
85. Which command is used to count lines, words, and characters in a file in Linux?
[A] wc
[B] count
[C] lines
[D] stats
सही उत्तर: wc
व्याख्या: wc command lines, words और bytes या characters की संख्या गिन सकती है।
Correct Answer: wc
Explanation: The wc command can count lines, words, and bytes or characters in a file.
प्रश्न 86
86. Linux में file की प्रत्येक line को number के साथ देखने के लिए कौन-सी command प्रयोग की जा सकती है?
[A] nl
[B] number
[C] linecount
[D] linenumber
Question 86
86. Which command can be used to display file lines with line numbers in Linux?
[A] nl
[B] number
[C] linecount
[D] linenumber
सही उत्तर: nl
व्याख्या: nl command text की lines को line numbers के साथ display करती है।
Correct Answer: nl
Explanation: The nl command displays text lines with line numbers.
प्रश्न 87
87. Linux में दो files के बीच differences देखने के लिए कौन-सी command प्रयोग होती है?
[A] diff
[B] compare
[C] fc
[D] filediff
Question 87
87. Which command is used to compare two files and display their differences in Linux?
[A] diff
[B] compare
[C] fc
[D] filediff
सही उत्तर: diff
व्याख्या: diff command दो files के content में differences को दिखाती है।
Correct Answer: diff
Explanation: The diff command compares two files and displays differences between their contents.
प्रश्न 88
88. Linux में text files को sort करने के लिए कौन-सी command प्रयोग होती है?
[A] sort
[B] order
[C] arrange
[D] sortfile
Question 88
88. Which command is used to sort lines of text files in Linux?
[A] sort
[B] order
[C] arrange
[D] sortfile
सही उत्तर: sort
व्याख्या: sort command text की lines को specified order में arrange करती है।
Correct Answer: sort
Explanation: The sort command arranges lines of text in a specified order.
प्रश्न 89
89. Linux में duplicate adjacent lines को हटाने के लिए कौन-सी command प्रयोग होती है?
[A] uniq
[B] remove
[C] dedup
[D] unique
Question 89
89. Which command is used to remove duplicate adjacent lines in Linux?
[A] uniq
[B] remove
[C] dedup
[D] unique
सही उत्तर: uniq
व्याख्या: uniq command सामान्यतः adjacent duplicate lines को हटाने या count करने के लिए प्रयोग होती है।
Correct Answer: uniq
Explanation: The uniq command is commonly used to remove or count adjacent duplicate lines.
प्रश्न 90
90. Linux में text को columns या fields के आधार पर process करने के लिए कौन-सी command उपयोगी है?
[A] awk
[B] column
[C] field
[D] cuttext
Question 90
90. Which command is useful for processing text based on columns or fields in Linux?
[A] awk
[B] column
[C] field
[D] cuttext
सही उत्तर: awk
व्याख्या: awk command text processing और fields तथा records पर operations के लिए बहुत उपयोगी है।
Correct Answer: awk
Explanation: The awk command is useful for text processing based on fields and records.
प्रश्न 91
91. Linux में किसी line से selected sections या columns निकालने के लिए कौन-सी command प्रयोग होती है?
[A] cut
[B] extract
[C] column
[D] select
Question 91
91. Which command is used to extract selected sections or columns from lines in Linux?
[A] cut
[B] extract
[C] column
[D] select
सही उत्तर: cut
व्याख्या: cut command files या input की प्रत्येक line से selected portions निकाल सकती है।
Correct Answer: cut
Explanation: The cut command extracts selected portions or columns from lines of input.
प्रश्न 92
92. Linux में text को transform या replace करने के लिए कौन-सी command commonly प्रयोग होती है?
[A] sed
[B] edit
[C] transform
[D] replace
Question 92
92. Which command is commonly used to transform or replace text in Linux?
[A] sed
[B] edit
[C] transform
[D] replace
सही उत्तर: sed
व्याख्या: sed एक stream editor है जिसका उपयोग text को search, replace और transform करने के लिए किया जाता है।
Correct Answer: sed
Explanation: sed is a stream editor used to search, replace, and transform text.
प्रश्न 93
93. Linux में process की priority बदलने के लिए कौन-सी command प्रयोग की जाती है?
[A] nice
[B] priority
[C] reniceonly
[D] procpriority
Question 93
93. Which command is used to set the priority of a process in Linux?
[A] nice
[B] priority
[C] reniceonly
[D] procpriority
सही उत्तर: nice
व्याख्या: nice command process की scheduling priority निर्धारित करने में उपयोग होती है।
Correct Answer: nice
Explanation: The nice command is used to set the scheduling priority of a process.
प्रश्न 94
94. Linux में चल रहे process की priority बदलने के लिए कौन-सी command प्रयोग होती है?
[A] renice
[B] nicechange
[C] priorityset
[D] chpriority
Question 94
94. Which command is used to change the priority of an already running process in Linux?
[A] renice
[B] nicechange
[C] priorityset
[D] chpriority
सही उत्तर: renice
व्याख्या: renice command पहले से चल रहे process की nice value और priority बदलने के लिए प्रयोग होती है।
Correct Answer: renice
Explanation: The renice command is used to change the nice value and priority of a running process.
प्रश्न 95
95. Linux में process ID देखने के लिए कौन-सा command उपयोगी है?
[A] pidof
[B] processid
[C] getpid
[D] pid
Question 95
95. Which command is useful for finding the process ID of a program in Linux?
[A] pidof
[B] processid
[C] getpid
[D] pid
सही उत्तर: pidof
व्याख्या: pidof command दिए गए program के process IDs खोजने के लिए उपयोग की जाती है।
Correct Answer: pidof
Explanation: The pidof command finds the process IDs of a specified program.
प्रश्न 96
96. Linux में सभी processes की विस्तृत जानकारी देखने के लिए ps के साथ कौन-सा option commonly प्रयोग होता है?
[A] aux
[B] all
[C] full
[D] detail
Question 96
96. Which option is commonly used with ps to view detailed information about all processes in Linux?
[A] aux
[B] all
[C] full
[D] detail
सही उत्तर: aux
व्याख्या: ps aux सभी users के processes सहित विस्तृत process information दिखाने के लिए commonly प्रयोग होता है।
Correct Answer: aux
Explanation: ps aux is commonly used to display detailed information about processes from all users.
प्रश्न 97
97. Linux में किसी process को forcefully terminate करने के लिए कौन-सा signal commonly प्रयोग होता है?
[A] SIGKILL
[B] SIGSTOP
[C] SIGTERM
[D] SIGHUP
Question 97
97. Which signal is commonly used to forcefully terminate a process in Linux?
[A] SIGKILL
[B] SIGSTOP
[C] SIGTERM
[D] SIGHUP
सही उत्तर: SIGKILL
व्याख्या: SIGKILL process को तुरंत terminate करने के लिए उपयोग किया जाता है और process इसे catch या ignore नहीं कर सकता।
Correct Answer: SIGKILL
Explanation: SIGKILL is used to forcefully terminate a process and cannot be caught or ignored by the process.
प्रश्न 98
98. Linux में process को सामान्य रूप से terminate करने के लिए कौन-सा signal commonly प्रयोग किया जाता है?
[A] SIGTERM
[B] SIGKILL
[C] SIGSTOP
[D] SIGCONT
Question 98
98. Which signal is commonly used to request a normal termination of a process in Linux?
[A] SIGTERM
[B] SIGKILL
[C] SIGSTOP
[D] SIGCONT
सही उत्तर: SIGTERM
व्याख्या: SIGTERM process को gracefully terminate होने का अनुरोध करता है।
Correct Answer: SIGTERM
Explanation: SIGTERM requests a process to terminate gracefully.
प्रश्न 99
99. Linux में process को suspend करने के लिए कौन-सा signal प्रयोग होता है?
[A] SIGSTOP
[B] SIGRUN
[C] SIGPAUSE
[D] SIGSUSPEND
Question 99
99. Which signal is used to suspend a process in Linux?
[A] SIGSTOP
[B] SIGRUN
[C] SIGPAUSE
[D] SIGSUSPEND
सही उत्तर: SIGSTOP
व्याख्या: SIGSTOP process को रोक देता है और इसे process द्वारा catch या ignore नहीं किया जा सकता।
Correct Answer: SIGSTOP
Explanation: SIGSTOP suspends a process and cannot be caught or ignored by the process.
प्रश्न 100
100. Linux में suspended process को फिर से continue करने के लिए कौन-सा signal प्रयोग होता है?
[A] SIGCONT
[B] SIGSTART
[C] SIGRUN
[D] SIGRESUME
Question 100
100. Which signal is used to continue a suspended process in Linux?
[A] SIGCONT
[B] SIGSTART
[C] SIGRUN
[D] SIGRESUME
सही उत्तर: SIGCONT
व्याख्या: SIGCONT stopped process को execution continue करने के लिए कहता है।
Correct Answer: SIGCONT
Explanation: SIGCONT tells a stopped process to continue execution.