[ कंप्यूटर 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.
प्रश्न 101
101.
Linux में terminal से command history देखने के लिए कौन-सी command प्रयोग होती है?
[A]
history
[B]
commands
[C]
cmdlist
[D]
hist
Question 101
101.
Which command is used to view command history in Linux?
[A]
history
[B]
commands
[C]
cmdlist
[D]
hist
सही उत्तर:
history
व्याख्या:
history command वर्तमान shell की command history दिखाती है।
Correct Answer:
history
Explanation:
The history command displays the command history of the current shell.
प्रश्न 102
102.
Linux Bash में पिछली command को दोबारा execute करने के लिए कौन-सा shortcut commonly प्रयोग होता है?
[A]
Up Arrow
[B]
Ctrl + R
[C]
Ctrl + C
[D]
Down Arrow
Question 102
102.
Which shortcut is commonly used in Bash to recall the previous command?
[A]
Up Arrow
[B]
Ctrl + R
[C]
Ctrl + C
[D]
Down Arrow
सही उत्तर:
Up Arrow
व्याख्या:
Up Arrow दबाने से पिछली commands history में दिखाई देती हैं और उन्हें फिर से execute किया जा सकता है।
Correct Answer:
Up Arrow
Explanation:
Pressing the Up Arrow recalls previous commands from the shell history.
प्रश्न 103
103.
Linux में shell के अंदर पिछली commands में search करने के लिए कौन-सा shortcut उपयोगी है?
[A]
Ctrl + R
[B]
Ctrl + F
[C]
Ctrl + S
[D]
Ctrl + H
Question 103
103.
Which shortcut is useful for searching previous commands in the Linux shell?
[A]
Ctrl + R
[B]
Ctrl + F
[C]
Ctrl + S
[D]
Ctrl + H
सही उत्तर:
Ctrl + R
व्याख्या:
Ctrl + R Bash में command history को interactively search करने के लिए उपयोग होता है।
Correct Answer:
Ctrl + R
Explanation:
Ctrl + R is used in Bash to interactively search command history.
प्रश्न 104
104.
Linux terminal में current command line को पूरी तरह clear करने के लिए कौन-सा shortcut प्रयोग किया जा सकता है?
[A]
Ctrl + U
[B]
Ctrl + C
[C]
Ctrl + D
[D]
Ctrl + K
Question 104
104.
Which shortcut can be used to clear the current command line in a Linux terminal?
[A]
Ctrl + U
[B]
Ctrl + C
[C]
Ctrl + D
[D]
Ctrl + K
सही उत्तर:
Ctrl + U
व्याख्या:
Ctrl + U cursor की position से line के beginning तक का text हटाता है; सामान्यतः पूरी typed line clear करने के लिए उपयोगी है।
Correct Answer:
Ctrl + U
Explanation:
Ctrl + U removes text from the cursor position to the beginning of the command line.
प्रश्न 105
105.
Linux terminal में cursor से line के अंत तक का text हटाने के लिए कौन-सा shortcut प्रयोग होता है?
[A]
Ctrl + K
[B]
Ctrl + U
[C]
Ctrl + E
[D]
Ctrl + L
Question 105
105.
Which shortcut removes text from the cursor position to the end of the command line in Linux?
[A]
Ctrl + K
[B]
Ctrl + U
[C]
Ctrl + E
[D]
Ctrl + L
सही उत्तर:
Ctrl + K
व्याख्या:
Ctrl + K cursor की current position से line के end तक का text हटाता है।
Correct Answer:
Ctrl + K
Explanation:
Ctrl + K removes text from the cursor position to the end of the command line.
प्रश्न 106
106.
Linux terminal screen को साफ करने के लिए कौन-सी command प्रयोग की जाती है?
[A]
clear
[B]
clean
[C]
cls
[D]
reset-screen
Question 106
106.
Which command is used to clear the Linux terminal screen?
[A]
clear
[B]
clean
[C]
cls
[D]
reset-screen
सही उत्तर:
clear
व्याख्या:
clear command terminal की दिखाई दे रही screen को साफ करती है।
Correct Answer:
clear
Explanation:
The clear command clears the visible terminal screen.
प्रश्न 107
107.
Linux में terminal screen को clear करने के लिए कौन-सा keyboard shortcut commonly प्रयोग किया जाता है?
[A]
Ctrl + L
[B]
Ctrl + C
[C]
Ctrl + D
[D]
Ctrl + T
Question 107
107.
Which keyboard shortcut is commonly used to clear the terminal screen in Linux?
[A]
Ctrl + L
[B]
Ctrl + C
[C]
Ctrl + D
[D]
Ctrl + T
सही उत्तर:
Ctrl + L
व्याख्या:
Ctrl + L terminal display को clear करने के लिए commonly उपयोग किया जाता है।
Correct Answer:
Ctrl + L
Explanation:
Ctrl + L is commonly used to clear the terminal display.
प्रश्न 108
108.
Linux shell में command completion के लिए कौन-सी key उपयोग होती है?
[A]
Tab
[B]
Enter
[C]
Space
[D]
Esc
Question 108
108.
Which key is used for command completion in the Linux shell?
[A]
Tab
[B]
Enter
[C]
Space
[D]
Esc
सही उत्तर:
Tab
व्याख्या:
Tab key command, file या directory names को automatically complete करने में सहायता करती है।
Correct Answer:
Tab
Explanation:
The Tab key helps automatically complete commands, file names, and directory names.
प्रश्न 109
109.
Linux में वर्तमान working directory की पूरी path देखने के लिए कौन-सी command प्रयोग होती है?
[A]
pwd
[B]
path
[C]
cwd
[D]
current
Question 109
109.
Which command is used to display the full path of the current working directory in Linux?
[A]
pwd
[B]
path
[C]
cwd
[D]
current
सही उत्तर:
pwd
व्याख्या:
pwd का अर्थ Print Working Directory है और यह current directory की absolute path दिखाती है।
Correct Answer:
pwd
Explanation:
pwd stands for Print Working Directory and displays the absolute path of the current directory.
प्रश्न 110
110.
Linux में एक directory से दूसरी directory में जाने के लिए कौन-सी command प्रयोग होती है?
[A]
cd
[B]
move
[C]
goto
[D]
dir
Question 110
110.
Which command is used to change from one directory to another in Linux?
[A]
cd
[B]
move
[C]
goto
[D]
dir
सही उत्तर:
cd
व्याख्या:
cd command current working directory बदलने के लिए प्रयोग होती है।
Correct Answer:
cd
Explanation:
The cd command is used to change the current working directory.
प्रश्न 111
111.
Linux में parent directory में जाने के लिए कौन-सी command प्रयोग की जाती है?
[A]
cd ..
[B]
cd /
[C]
cd parent
[D]
back
Question 111
111.
Which command is used to move to the parent directory in Linux?
[A]
cd ..
[B]
cd /
[C]
cd parent
[D]
back
सही उत्तर:
cd ..
व्याख्या:
cd .. वर्तमान directory की parent directory में ले जाती है।
Correct Answer:
cd ..
Explanation:
cd .. moves to the parent directory of the current directory.
प्रश्न 112
112.
Linux में home directory में जाने के लिए सामान्यतः कौन-सी command प्रयोग की जाती है?
[A]
cd ~
[B]
cd /
[C]
cd home
[D]
home
Question 112
112.
Which command is commonly used to move to the home directory in Linux?
[A]
cd ~
[B]
cd /
[C]
cd home
[D]
home
सही उत्तर:
cd ~
व्याख्या:
~ current user की home directory को दर्शाता है, इसलिए cd ~ home directory में ले जाता है।
Correct Answer:
cd ~
Explanation:
The ~ symbol represents the current user's home directory, so cd ~ moves to the home directory.
प्रश्न 113
113.
Linux में root directory को दर्शाने के लिए कौन-सा symbol प्रयोग होता है?
[A]
/
[B]
~
[C]
.
[D]
..
Question 113
113.
Which symbol represents the root directory in Linux?
[A]
/
[B]
~
[C]
.
[D]
..
सही उत्तर:
/
व्याख्या:
Linux में / filesystem की root directory को दर्शाता है।
Correct Answer:
/
Explanation:
In Linux, / represents the root directory of the filesystem.
प्रश्न 114
114.
Linux में current directory को दर्शाने के लिए कौन-सा symbol प्रयोग होता है?
[A]
.
[B]
..
[C]
/
[D]
~
Question 114
114.
Which symbol represents the current directory in Linux?
[A]
.
[B]
..
[C]
/
[D]
~
सही उत्तर:
.
व्याख्या:
Linux में single dot (.) current working directory को दर्शाता है।
Correct Answer:
.
Explanation:
In Linux, a single dot (.) represents the current working directory.
प्रश्न 115
115.
Linux में parent directory को दर्शाने के लिए कौन-सा symbol प्रयोग होता है?
[A]
..
[B]
.
[C]
/
[D]
~
Question 115
115.
Which symbol represents the parent directory in Linux?
[A]
..
[B]
.
[C]
/
[D]
~
सही उत्तर:
..
व्याख्या:
Linux में double dot (..) current directory की parent directory को दर्शाता है।
Correct Answer:
..
Explanation:
In Linux, double dot (..) represents the parent directory of the current directory.
प्रश्न 116
116.
Linux में current user की home directory को दर्शाने के लिए कौन-सा symbol प्रयोग होता है?
[A]
~
[B]
/
[C]
.
[D]
..
Question 116
116.
Which symbol represents the current user's home directory in Linux?
[A]
~
[B]
/
[C]
.
[D]
..
सही उत्तर:
~
व्याख्या:
Linux में tilde (~) current user की home directory को दर्शाता है।
Correct Answer:
~
Explanation:
In Linux, the tilde (~) represents the current user's home directory.
प्रश्न 117
117.
Linux में root user की home directory सामान्यतः कौन-सी होती है?
[A]
/root
[B]
/home
[C]
/user
[D]
/admin
Question 117
117.
What is the usual home directory of the root user in Linux?
[A]
/root
[B]
/home
[C]
/user
[D]
/admin
सही उत्तर:
/root
व्याख्या:
Linux system में root user की home directory सामान्यतः /root होती है।
Correct Answer:
/root
Explanation:
The usual home directory of the root user in Linux is /root.
प्रश्न 118
118.
Linux में सामान्य users की home directories सामान्यतः किस directory के अंदर होती हैं?
[A]
/home
[B]
/users
[C]
/root
[D]
/usr
Question 118
118.
Where are the home directories of normal users generally located in Linux?
[A]
/home
[B]
/users
[C]
/root
[D]
/usr
सही उत्तर:
/home
व्याख्या:
Linux में सामान्य users की home directories सामान्यतः /home के अंदर होती हैं, जैसे /home/user।
Correct Answer:
/home
Explanation:
Normal users' home directories are generally located under /home, such as /home/user.
प्रश्न 119
119.
Linux में system-wide configuration files सामान्यतः किस directory में रखी जाती हैं?
[A]
/etc
[B]
/config
[C]
/system
[D]
/settings
Question 119
119.
Where are system-wide configuration files generally stored in Linux?
[A]
/etc
[B]
/config
[C]
/system
[D]
/settings
सही उत्तर:
/etc
व्याख्या:
/etc directory में system और installed applications की configuration files सामान्यतः रखी जाती हैं।
Correct Answer:
/etc
Explanation:
The /etc directory generally contains system-wide and application configuration files.
प्रश्न 120
120.
Linux में सामान्य user commands और utilities का एक महत्वपूर्ण directory कौन-सा है?
[A]
/usr/bin
[B]
/usr/files
[C]
/commands
[D]
/binuser
Question 120
120.
Which is an important directory containing many user commands and utilities in Linux?
[A]
/usr/bin
[B]
/usr/files
[C]
/commands
[D]
/binuser
सही उत्तर:
/usr/bin
व्याख्या:
/usr/bin में बहुत-से user commands और executable programs उपलब्ध होते हैं।
Correct Answer:
/usr/bin
Explanation:
/usr/bin contains many user commands and executable programs.
प्रश्न 121
121.
Linux में temporary files के लिए सामान्यतः कौन-सी directory प्रयोग होती है?
[A]
/tmp
[B]
/tempfiles
[C]
/temporary
[D]
/var/tmpfile
Question 121
121.
Which directory is commonly used for temporary files in Linux?
[A]
/tmp
[B]
/tempfiles
[C]
/temporary
[D]
/var/tmpfile
सही उत्तर:
/tmp
व्याख्या:
/tmp directory temporary files के लिए उपयोग की जाती है।
Correct Answer:
/tmp
Explanation:
The /tmp directory is commonly used for temporary files in Linux.
प्रश्न 122
122.
Linux में variable और frequently changing data के लिए कौन-सी directory महत्वपूर्ण है?
[A]
/var
[B]
/data
[C]
/dynamic
[D]
/change
Question 122
122.
Which directory is important for variable and frequently changing data in Linux?
[A]
/var
[B]
/data
[C]
/dynamic
[D]
/change
सही उत्तर:
/var
व्याख्या:
/var directory में logs, caches, spool और अन्य frequently changing data रखा जा सकता है।
Correct Answer:
/var
Explanation:
The /var directory can contain logs, caches, spool data, and other frequently changing data.
प्रश्न 123
123.
Linux में system logs को store करने के लिए सामान्यतः कौन-सी directory महत्वपूर्ण है?
[A]
/var/log
[B]
/etc/log
[C]
/log
[D]
/system/log
Question 123
123.
Which directory is commonly important for storing system logs in Linux?
[A]
/var/log
[B]
/etc/log
[C]
/log
[D]
/system/log
सही उत्तर:
/var/log
व्याख्या:
Linux में विभिन्न system और application logs सामान्यतः /var/log directory में store होते हैं।
Correct Answer:
/var/log
Explanation:
Various system and application logs are commonly stored in /var/log in Linux.
प्रश्न 124
124.
Linux में system devices से संबंधित files सामान्यतः किस directory में उपलब्ध होती हैं?
[A]
/dev
[B]
/device
[C]
/hardware
[D]
/sysdev
Question 124
124.
Which directory generally contains files representing devices in Linux?
[A]
/dev
[B]
/device
[C]
/hardware
[D]
/sysdev
सही उत्तर:
/dev
व्याख्या:
/dev directory में devices को represent करने वाली special files उपलब्ध होती हैं।
Correct Answer:
/dev
Explanation:
The /dev directory contains special files representing devices in Linux.
प्रश्न 125
125.
Linux में kernel और hardware information से संबंधित virtual filesystem सामान्यतः किस directory में होता है?
[A]
/sys
[B]
/kernel
[C]
/hardware
[D]
/systeminfo
Question 125
125.
Which directory generally contains a virtual filesystem related to kernel and hardware information in Linux?
[A]
/sys
[B]
/kernel
[C]
/hardware
[D]
/systeminfo
सही उत्तर:
/sys
व्याख्या:
/sys virtual filesystem kernel, devices और hardware information को expose करता है।
Correct Answer:
/sys
Explanation:
The /sys virtual filesystem exposes information about the kernel, devices, and hardware.
प्रश्न 126
126.
Linux में process information देखने के लिए कौन-सी virtual directory प्रयोग होती है?
[A]
/proc
[B]
/process
[C]
/sysproc
[D]
/var/proc
Question 126
126.
Which virtual directory is used to view process information in Linux?
[A]
/proc
[B]
/process
[C]
/sysproc
[D]
/var/proc
सही उत्तर:
/proc
व्याख्या:
/proc एक virtual filesystem है जिसमें running processes और kernel information उपलब्ध होती है।
Correct Answer:
/proc
Explanation:
/proc is a virtual filesystem containing information about running processes and the kernel.
प्रश्न 127
127.
Linux में mounted filesystems की जानकारी देखने के लिए कौन-सी command उपयोगी है?
[A]
mount
[B]
mounts
[C]
filesystem
[D]
fstab
Question 127
127.
Which command is useful for viewing mounted filesystems in Linux?
[A]
mount
[B]
mounts
[C]
filesystem
[D]
fstab
सही उत्तर:
mount
व्याख्या:
mount command बिना arguments के वर्तमान mounted filesystems की जानकारी दिखा सकती है।
Correct Answer:
mount
Explanation:
The mount command can display information about currently mounted filesystems when used without arguments.
प्रश्न 128
128.
Linux में filesystem को mount करने के लिए कौन-सी command प्रयोग होती है?
[A]
mount
[B]
attach
[C]
connect
[D]
filesystem-add
Question 128
128.
Which command is used to mount a filesystem in Linux?
[A]
mount
[B]
attach
[C]
connect
[D]
filesystem-add
सही उत्तर:
mount
व्याख्या:
mount command किसी filesystem को directory hierarchy में attach करने के लिए प्रयोग होती है।
Correct Answer:
mount
Explanation:
The mount command is used to attach a filesystem to the directory hierarchy.
प्रश्न 129
129.
Linux में mounted filesystem को unmount करने के लिए कौन-सी command प्रयोग होती है?
[A]
umount
[B]
unmountfs
[C]
remove
[D]
detachfs
Question 129
129.
Which command is used to unmount a filesystem in Linux?
[A]
umount
[B]
unmountfs
[C]
remove
[D]
detachfs
सही उत्तर:
umount
व्याख्या:
umount command mounted filesystem को directory hierarchy से अलग करने के लिए प्रयोग होती है।
Correct Answer:
umount
Explanation:
The umount command is used to detach a mounted filesystem from the directory hierarchy.
प्रश्न 130
130.
Linux में available disk space देखने के लिए कौन-सी command प्रयोग होती है?
[A]
df
[B]
disk
[C]
free
[D]
space
Question 130
130.
Which command is used to view available disk space in Linux?
[A]
df
[B]
disk
[C]
free
[D]
space
सही उत्तर:
df
व्याख्या:
df command mounted filesystems में available और used disk space की जानकारी देती है।
Correct Answer:
df
Explanation:
The df command displays available and used disk space on mounted filesystems.
प्रश्न 131
131.
Linux में disk space को human-readable format में देखने के लिए df के साथ कौन-सा option प्रयोग होता है?
[A]
-h
[B]
-d
[C]
-s
[D]
-r
Question 131
131.
Which option is used with df to display disk space in human-readable format?
[A]
-h
[B]
-d
[C]
-s
[D]
-r
सही उत्तर:
-h
व्याख्या:
df -h disk space को KB, MB और GB जैसे readable units में प्रदर्शित करता है।
Correct Answer:
-h
Explanation:
df -h displays disk space using human-readable units such as KB, MB, and GB.
प्रश्न 132
132.
Linux में memory और swap usage देखने के लिए कौन-सी command commonly प्रयोग होती है?
[A]
free
[B]
memory
[C]
ram
[D]
meminfo
Question 132
132.
Which command is commonly used to view memory and swap usage in Linux?
[A]
free
[B]
memory
[C]
ram
[D]
meminfo
सही उत्तर:
free
व्याख्या:
free command system की RAM और swap memory के usage की जानकारी दिखाती है।
Correct Answer:
free
Explanation:
The free command displays information about RAM and swap memory usage.
प्रश्न 133
133.
Linux में किसी user की पहचान संख्या देखने के लिए कौन-सी command उपयोगी है?
[A]
id
[B]
userid
[C]
usernumber
[D]
uid
Question 133
133.
Which command is useful for viewing the identity information of a Linux user?
[A]
id
[B]
userid
[C]
usernumber
[D]
uid
सही उत्तर:
id
व्याख्या:
id command current user की UID और उससे संबंधित group information दिखा सकती है।
Correct Answer:
id
Explanation:
The id command can display the UID and group information associated with the current user.
प्रश्न 134
134.
Linux में वर्तमान logged-in username देखने के लिए कौन-सी command प्रयोग होती है?
[A]
whoami
[B]
username
[C]
user
[D]
loginname
Question 134
134.
Which command is used to display the username of the currently logged-in user in Linux?
[A]
whoami
[B]
username
[C]
user
[D]
loginname
सही उत्तर:
whoami
व्याख्या:
whoami command वर्तमान में logged-in user का username प्रदर्शित करती है।
Correct Answer:
whoami
Explanation:
The whoami command displays the username of the currently logged-in user.
प्रश्न 135
135.
Linux में system पर logged-in users की जानकारी देखने के लिए कौन-सी command प्रयोग की जाती है?
[A]
who
[B]
usersinfo
[C]
login
[D]
logged
Question 135
135.
Which command is used to view information about users currently logged in to a Linux system?
[A]
who
[B]
usersinfo
[C]
login
[D]
logged
सही उत्तर:
who
व्याख्या:
who command वर्तमान system पर logged-in users की जानकारी दिखाती है।
Correct Answer:
who
Explanation:
The who command displays information about users currently logged in to the system.
प्रश्न 136
136.
Linux में currently logged-in users के usernames की compact list देखने के लिए कौन-सी command उपयोगी है?
[A]
users
[B]
whoall
[C]
userlist
[D]
loggedusers
Question 136
136.
Which command is useful for displaying a compact list of usernames currently logged in to Linux?
[A]
users
[B]
whoall
[C]
userlist
[D]
loggedusers
सही उत्तर:
users
व्याख्या:
users command वर्तमान में logged-in users के usernames की list प्रदर्शित करती है।
Correct Answer:
users
Explanation:
The users command displays a compact list of usernames currently logged in.
प्रश्न 137
137.
Linux में user account की जानकारी बदलने के लिए कौन-सी command उपयोगी है?
[A]
usermod
[B]
userchange
[C]
modifyuser
[D]
changeuser
Question 137
137.
Which command is useful for modifying an existing user account in Linux?
[A]
usermod
[B]
userchange
[C]
modifyuser
[D]
changeuser
सही उत्तर:
usermod
व्याख्या:
usermod command existing user account की properties को modify करने के लिए प्रयोग होती है।
Correct Answer:
usermod
Explanation:
The usermod command is used to modify properties of an existing user account.
प्रश्न 138
138.
Linux में नया user account बनाने के लिए कौन-सी command प्रयोग की जा सकती है?
[A]
useradd
[B]
newuser
[C]
adduseronly
[D]
createuser
Question 138
138.
Which command can be used to create a new user account in Linux?
[A]
useradd
[B]
newuser
[C]
adduseronly
[D]
createuser
सही उत्तर:
useradd
व्याख्या:
useradd command नया user account बनाने के लिए प्रयोग की जाती है।
Correct Answer:
useradd
Explanation:
The useradd command is used to create a new user account.
प्रश्न 139
139.
Linux में user account delete करने के लिए कौन-सी command प्रयोग होती है?
[A]
userdel
[B]
deleteuser
[C]
rmuser
[D]
removeuser
Question 139
139.
Which command is used to delete a user account in Linux?
[A]
userdel
[B]
deleteuser
[C]
rmuser
[D]
removeuser
सही उत्तर:
userdel
व्याख्या:
userdel command Linux system से user account हटाने के लिए प्रयोग होती है।
Correct Answer:
userdel
Explanation:
The userdel command is used to remove a user account from a Linux system.
प्रश्न 140
140.
Linux में user का password बदलने के लिए कौन-सी command प्रयोग होती है?
[A]
passwd
[B]
password
[C]
changepass
[D]
userpass
Question 140
140.
Which command is used to change a user password in Linux?
[A]
passwd
[B]
password
[C]
changepass
[D]
userpass
सही उत्तर:
passwd
व्याख्या:
passwd command user account का password बदलने के लिए प्रयोग होती है।
Correct Answer:
passwd
Explanation:
The passwd command is used to change a user account password.
प्रश्न 141
141.
Linux में किसी दूसरे user के रूप में command चलाने के लिए सामान्यतः कौन-सी command प्रयोग होती है?
[A]
su
[B]
switchuser
[C]
userchange
[D]
runuseronly
Question 141
141.
Which command is commonly used to run commands as another user in Linux?
[A]
su
[B]
switchuser
[C]
userchange
[D]
runuseronly
सही उत्तर:
su
व्याख्या:
su command दूसरे user account में switch करने और उसके privileges के साथ shell या command चलाने के लिए उपयोग की जाती है।
Correct Answer:
su
Explanation:
The su command is used to switch to another user account and run a shell or command with that user's privileges.
प्रश्न 142
142.
Linux में administrative privileges के साथ command चलाने के लिए कौन-सी command commonly प्रयोग होती है?
[A]
sudo
[B]
admin
[C]
rootcmd
[D]
privilege
Question 142
142.
Which command is commonly used to run a command with administrative privileges in Linux?
[A]
sudo
[B]
admin
[C]
rootcmd
[D]
privilege
सही उत्तर:
sudo
व्याख्या:
sudo authorized users को elevated privileges के साथ specific commands चलाने की अनुमति देता है।
Correct Answer:
sudo
Explanation:
sudo allows authorized users to run specific commands with elevated administrative privileges.
प्रश्न 143
143.
Linux में किसी user को group में जोड़ने के लिए कौन-सी command commonly प्रयोग होती है?
[A]
usermod
[B]
groupadd
[C]
addgroupuser
[D]
usergroup
Question 143
143.
Which command is commonly used to add a user to a group in Linux?
[A]
usermod
[B]
groupadd
[C]
addgroupuser
[D]
usergroup
सही उत्तर:
usermod
व्याख्या:
usermod command के -aG options का उपयोग करके user को supplementary group में जोड़ा जा सकता है।
Correct Answer:
usermod
Explanation:
The usermod command can add a user to a supplementary group using the -aG options.
प्रश्न 144
144.
Linux में नया group बनाने के लिए कौन-सी command प्रयोग होती है?
[A]
groupadd
[B]
newgroup
[C]
addgroupuser
[D]
groupcreate
Question 144
144.
Which command is used to create a new group in Linux?
[A]
groupadd
[B]
newgroup
[C]
addgroupuser
[D]
groupcreate
सही उत्तर:
groupadd
व्याख्या:
groupadd command Linux में नया group बनाने के लिए प्रयोग होती है।
Correct Answer:
groupadd
Explanation:
The groupadd command is used to create a new group in Linux.
प्रश्न 145
145.
Linux में group को delete करने के लिए कौन-सी command प्रयोग होती है?
[A]
groupdel
[B]
deletegroup
[C]
rmgroup
[D]
removegroup
Question 145
145.
Which command is used to delete a group in Linux?
[A]
groupdel
[B]
deletegroup
[C]
rmgroup
[D]
removegroup
सही उत्तर:
groupdel
व्याख्या:
groupdel command किसी existing group को Linux system से हटाने के लिए प्रयोग होती है।
Correct Answer:
groupdel
Explanation:
The groupdel command is used to delete an existing group from a Linux system.
प्रश्न 146
146.
Linux में किसी file का owner बदलने के लिए कौन-सी command प्रयोग होती है?
[A]
chown
[B]
chmod
[C]
owner
[D]
changeowner
Question 146
146.
Which command is used to change the owner of a file in Linux?
[A]
chown
[B]
chmod
[C]
owner
[D]
changeowner
सही उत्तर:
chown
व्याख्या:
chown command file या directory के owner को बदलने के लिए प्रयोग होती है।
Correct Answer:
chown
Explanation:
The chown command is used to change the owner of a file or directory in Linux.
प्रश्न 147
147.
Linux में file की permissions बदलने के लिए कौन-सी command प्रयोग होती है?
[A]
chmod
[B]
chperm
[C]
permission
[D]
permset
Question 147
147.
Which command is used to change file permissions in Linux?
[A]
chmod
[B]
chperm
[C]
permission
[D]
permset
सही उत्तर:
chmod
व्याख्या:
chmod command files और directories की permissions बदलने के लिए प्रयोग होती है।
Correct Answer:
chmod
Explanation:
The chmod command is used to change permissions of files and directories.
प्रश्न 148
148.
Linux में file के group ownership को बदलने के लिए कौन-सी command प्रयोग की जा सकती है?
[A]
chgrp
[B]
groupmod
[C]
chgroup
[D]
changegrp
Question 148
148.
Which command can be used to change the group ownership of a file in Linux?
[A]
chgrp
[B]
groupmod
[C]
chgroup
[D]
changegrp
सही उत्तर:
chgrp
व्याख्या:
chgrp command file या directory के group ownership को बदलती है।
Correct Answer:
chgrp
Explanation:
The chgrp command changes the group ownership of a file or directory.
प्रश्न 149
149.
Linux file permissions में r का अर्थ क्या होता है?
[A]
Read
[B]
Run
[C]
Root
[D]
Rename
Question 149
149.
What does r mean in Linux file permissions?
[A]
Read
[B]
Run
[C]
Root
[D]
Rename
सही उत्तर:
Read
व्याख्या:
Linux permissions में r का अर्थ Read होता है, जिससे file को पढ़ने की अनुमति मिलती है।
Correct Answer:
Read
Explanation:
In Linux file permissions, r means Read permission.
प्रश्न 150
150.
Linux file permissions में w का अर्थ क्या होता है?
[A]
Write
[B]
Watch
[C]
Web
[D]
Work
Question 150
150.
What does w mean in Linux file permissions?
[A]
Write
[B]
Watch
[C]
Web
[D]
Work
सही उत्तर:
Write
व्याख्या:
Linux permissions में w का अर्थ Write होता है, जिससे file में बदलाव करने की अनुमति मिलती है।
Correct Answer:
Write
Explanation:
In Linux file permissions, w means Write permission.
प्रश्न 151
151.
Linux file permissions में x का अर्थ क्या होता है?
[A]
Execute
[B]
Export
[C]
Exit
[D]
Extract
Question 151
151.
What does x mean in Linux file permissions?
[A]
Execute
[B]
Export
[C]
Exit
[D]
Extract
सही उत्तर:
Execute
व्याख्या:
Linux permissions में x का अर्थ Execute होता है। Directory के लिए x permission directory में enter/search करने की अनुमति देती है।
Correct Answer:
Execute
Explanation:
In Linux permissions, x means Execute. For a directory, x allows entering or searching the directory.
प्रश्न 152
152.
Linux में numeric permission 755 का सामान्य अर्थ क्या है?
[A]
Owner: rwx, Group: r-x, Others: r-x
[B]
Owner: rw-, Group: rw-, Others: r--
[C]
Owner: r--, Group: r--, Others: r--
[D]
Owner: rwx, Group: rwx, Others: rwx
Question 152
152.
What is the common meaning of numeric permission 755 in Linux?
[A]
Owner: rwx, Group: r-x, Others: r-x
[B]
Owner: rw-, Group: rw-, Others: r--
[C]
Owner: r--, Group: r--, Others: r--
[D]
Owner: rwx, Group: rwx, Others: rwx
सही उत्तर:
Owner: rwx, Group: r-x, Others: r-x
व्याख्या:
755 में owner को read, write और execute तथा group और others को read और execute permissions मिलती हैं।
Correct Answer:
Owner: rwx, Group: r-x, Others: r-x
Explanation:
With 755, the owner has read, write, and execute permissions, while group and others have read and execute permissions.
प्रश्न 153
153.
Linux में numeric permission 644 का सामान्य अर्थ क्या है?
[A]
Owner: rw-, Group: r--, Others: r--
[B]
Owner: rwx, Group: r-x, Others: r-x
[C]
Owner: r--, Group: rw-, Others: rw-
[D]
Owner: rwx, Group: rwx, Others: r--
Question 153
153.
What is the common meaning of numeric permission 644 in Linux?
[A]
Owner: rw-, Group: r--, Others: r--
[B]
Owner: rwx, Group: r-x, Others: r-x
[C]
Owner: r--, Group: rw-, Others: rw-
[D]
Owner: rwx, Group: rwx, Others: r--
सही उत्तर:
Owner: rw-, Group: r--, Others: r--
व्याख्या:
644 में owner को read और write तथा group और others को केवल read permission मिलती है।
Correct Answer:
Owner: rw-, Group: r--, Others: r--
Explanation:
With 644, the owner has read and write permissions, while group and others have read permission only.
प्रश्न 154
154.
Linux में numeric permission 777 का अर्थ क्या है?
[A]
Owner, Group और Others को rwx
[B]
सभी को केवल read
[C]
Owner को rwx और बाकी को read
[D]
सभी को केवल execute
Question 154
154.
What does numeric permission 777 mean in Linux?
[A]
Owner, Group and Others have rwx
[B]
Everyone has read only
[C]
Owner has rwx and others have read
[D]
Everyone has execute only
सही उत्तर:
Owner, Group और Others को rwx
व्याख्या:
777 में owner, group और others तीनों को read, write और execute permissions दी जाती हैं।
Correct Answer:
Owner, Group and Others have rwx
Explanation:
With 777, the owner, group, and others all have read, write, and execute permissions.
प्रश्न 155
155.
Linux में file permissions का पहला permission set किसके लिए होता है?
[A]
Owner
[B]
Group
[C]
Others
[D]
Root only
Question 155
155.
In Linux file permissions, the first permission set belongs to whom?
[A]
Owner
[B]
Group
[C]
Others
[D]
Root only
सही उत्तर:
Owner
व्याख्या:
Linux permission string में पहला set file के owner की permissions को दर्शाता है।
Correct Answer:
Owner
Explanation:
The first permission set in a Linux permission string represents the owner permissions.
प्रश्न 156
156.
Linux में file permissions का दूसरा permission set किसके लिए होता है?
[A]
Group
[B]
Owner
[C]
Others
[D]
Root
Question 156
156.
In Linux file permissions, the second permission set belongs to whom?
[A]
Group
[B]
Owner
[C]
Others
[D]
Root
सही उत्तर:
Group
व्याख्या:
Linux permission string में दूसरा set उस file के group की permissions को दर्शाता है।
Correct Answer:
Group
Explanation:
The second permission set in a Linux permission string represents the group permissions.
प्रश्न 157
157.
Linux में file permissions का तीसरा permission set किसके लिए होता है?
[A]
Others
[B]
Owner
[C]
Group
[D]
Root
Question 157
157.
In Linux file permissions, the third permission set belongs to whom?
[A]
Others
[B]
Owner
[C]
Group
[D]
Root
सही उत्तर:
Others
व्याख्या:
Linux permission string में तीसरा set बाकी सभी users यानी others की permissions को दर्शाता है।
Correct Answer:
Others
Explanation:
The third permission set represents permissions for other users.
प्रश्न 158
158.
Linux में permissions देखने के लिए ls command के साथ कौन-सा option प्रयोग किया जाता है?
[A]
-l
[B]
-p
[C]
-a
[D]
-r
Question 158
158.
Which option is used with ls to view permissions in Linux?
[A]
-l
[B]
-p
[C]
-a
[D]
-r
सही उत्तर:
-l
व्याख्या:
ls -l files और directories की detailed listing के साथ permissions भी दिखाता है।
Correct Answer:
-l
Explanation:
ls -l displays a detailed listing including file permissions.
प्रश्न 159
159.
Linux में hidden files देखने के लिए ls command के साथ कौन-सा option प्रयोग किया जाता है?
[A]
-a
[B]
-h
[C]
-l
[D]
-d
Question 159
159.
Which option is used with ls to display hidden files in Linux?
[A]
-a
[B]
-h
[C]
-l
[D]
-d
सही उत्तर:
-a
व्याख्या:
ls -a hidden files सहित directory की entries दिखाता है।
Correct Answer:
-a
Explanation:
ls -a displays directory entries including hidden files.
प्रश्न 160
160.
Linux में hidden files सामान्यतः किस character से शुरू होती हैं?
[A]
.
[B]
#
[C]
_
[D]
~
Question 160
160.
Which character normally indicates a hidden file in Linux?
[A]
.
[B]
#
[C]
_
[D]
~
सही उत्तर:
.
व्याख्या:
Linux में जिन file या directory names की शुरुआत dot (.) से होती है उन्हें सामान्यतः hidden माना जाता है।
Correct Answer:
.
Explanation:
Files and directories whose names begin with a dot (.) are normally treated as hidden in Linux.
प्रश्न 161
161.
Linux में symbolic link बनाने के लिए कौन-सी command प्रयोग होती है?
[A]
ln -s
[B]
link
[C]
symlink
[D]
ln -l
Question 161
161.
Which command is used to create a symbolic link in Linux?
[A]
ln -s
[B]
link
[C]
symlink
[D]
ln -l
सही उत्तर:
ln -s
व्याख्या:
ln -s command किसी existing file या directory के लिए symbolic link बनाने के लिए प्रयोग होती है।
Correct Answer:
ln -s
Explanation:
The ln -s command is used to create a symbolic link to an existing file or directory.
प्रश्न 162
162.
Linux में hard link बनाने के लिए सामान्यतः कौन-सी command प्रयोग होती है?
[A]
ln
[B]
ln -s
[C]
hardlink
[D]
linkfile
Question 162
162.
Which command is commonly used to create a hard link in Linux?
[A]
ln
[B]
ln -s
[C]
hardlink
[D]
linkfile
सही उत्तर:
ln
व्याख्या:
ln command बिना -s option के hard link बनाने के लिए प्रयोग की जा सकती है।
Correct Answer:
ln
Explanation:
The ln command without the -s option can be used to create a hard link.
प्रश्न 163
163.
Linux में directory को recursively copy करने के लिए cp command के साथ कौन-सा option प्रयोग किया जाता है?
[A]
-r
[B]
-f
[C]
-n
[D]
-v
Question 163
163.
Which option is used with cp to recursively copy a directory in Linux?
[A]
-r
[B]
-f
[C]
-n
[D]
-v
सही उत्तर:
-r
व्याख्या:
cp -r directory और उसके अंदर मौजूद files तथा subdirectories को recursively copy करता है।
Correct Answer:
-r
Explanation:
cp -r recursively copies a directory along with its files and subdirectories.
प्रश्न 164
164.
Linux में file को दूसरे location पर copy करने के लिए कौन-सी command प्रयोग होती है?
[A]
cp
[B]
copy
[C]
mv
[D]
clone
Question 164
164.
Which command is used to copy a file to another location in Linux?
[A]
cp
[B]
copy
[C]
mv
[D]
clone
सही उत्तर:
cp
व्याख्या:
cp command files और directories को copy करने के लिए प्रयोग होती है।
Correct Answer:
cp
Explanation:
The cp command is used to copy files and directories in Linux.
प्रश्न 165
165.
Linux में file या directory को एक location से दूसरी location पर move करने के लिए कौन-सी command प्रयोग होती है?
[A]
mv
[B]
move
[C]
transfer
[D]
cp
Question 165
165.
Which command is used to move a file or directory from one location to another in Linux?
[A]
mv
[B]
move
[C]
transfer
[D]
cp
सही उत्तर:
mv
व्याख्या:
mv command files और directories को move करने तथा rename करने के लिए प्रयोग होती है।
Correct Answer:
mv
Explanation:
The mv command is used to move and rename files and directories in Linux.
प्रश्न 166
166.
Linux में file को delete करने के लिए कौन-सी command प्रयोग होती है?
[A]
rm
[B]
delete
[C]
del
[D]
erase
Question 166
166.
Which command is used to delete a file in Linux?
[A]
rm
[B]
delete
[C]
del
[D]
erase
सही उत्तर:
rm
व्याख्या:
rm command files को remove करने के लिए प्रयोग होती है।
Correct Answer:
rm
Explanation:
The rm command is used to remove files in Linux.
प्रश्न 167
167.
Linux में empty directory को delete करने के लिए कौन-सी command प्रयोग होती है?
[A]
rmdir
[B]
removedir
[C]
del
[D]
rmempty
Question 167
167.
Which command is used to delete an empty directory in Linux?
[A]
rmdir
[B]
removedir
[C]
del
[D]
rmempty
सही उत्तर:
rmdir
व्याख्या:
rmdir command empty directory को remove करने के लिए प्रयोग होती है।
Correct Answer:
rmdir
Explanation:
The rmdir command is used to remove an empty directory in Linux.
प्रश्न 168
168.
Linux में directory और उसके contents को recursively remove करने के लिए rm के साथ कौन-सा option commonly प्रयोग होता है?
[A]
-r
[B]
-a
[C]
-d
[D]
-l
Question 168
168.
Which option is commonly used with rm to recursively remove a directory and its contents?
[A]
-r
[B]
-a
[C]
-d
[D]
-l
सही उत्तर:
-r
व्याख्या:
rm -r directory और उसके अंदर मौजूद files तथा subdirectories को recursively remove कर सकता है।
Correct Answer:
-r
Explanation:
rm -r can recursively remove a directory and its contents.
प्रश्न 169
169.
Linux में file को forcefully remove करने के लिए rm के साथ कौन-सा option प्रयोग किया जाता है?
[A]
-f
[B]
-r
[C]
-v
[D]
-h
Question 169
169.
Which option is used with rm to forcefully remove a file in Linux?
[A]
-f
[B]
-r
[C]
-v
[D]
-h
सही उत्तर:
-f
व्याख्या:
rm -f बिना confirmation के file को forcefully remove करने के लिए प्रयोग किया जाता है।
Correct Answer:
-f
Explanation:
rm -f forcefully removes a file without prompting for confirmation.
प्रश्न 170
170.
Linux में किसी file का नया नाम रखने के लिए कौन-सी command प्रयोग की जा सकती है?
[A]
mv
[B]
renamefile
[C]
name
[D]
chname
Question 170
170.
Which command can be used to rename a file in Linux?
[A]
mv
[B]
renamefile
[C]
name
[D]
chname
सही उत्तर:
mv
व्याख्या:
mv command का उपयोग एक ही directory में file को दूसरे नाम से rename करने के लिए किया जा सकता है।
Correct Answer:
mv
Explanation:
The mv command can be used to rename a file by moving it to a new name.
प्रश्न 171
171.
Linux में file की detailed information देखने के लिए कौन-सी command उपयोगी है?
[A]
stat
[B]
infofile
[C]
fileinfo
[D]
details
Question 171
171.
Which command is useful for viewing detailed information about a file in Linux?
[A]
stat
[B]
infofile
[C]
fileinfo
[D]
details
सही उत्तर:
stat
व्याख्या:
stat command file की size, permissions, timestamps, inode और अन्य metadata की जानकारी देती है।
Correct Answer:
stat
Explanation:
The stat command displays detailed file metadata such as size, permissions, timestamps, and inode information.
प्रश्न 172
172.
Linux में किसी file का type पता करने के लिए कौन-सी command प्रयोग होती है?
[A]
file
[B]
type
[C]
whatfile
[D]
checktype
Question 172
172.
Which command is used to determine the type of a file in Linux?
[A]
file
[B]
type
[C]
whatfile
[D]
checktype
सही उत्तर:
file
व्याख्या:
file command किसी file के contents को examine करके उसका type बताती है।
Correct Answer:
file
Explanation:
The file command examines a file and reports its type.
प्रश्न 173
173.
Linux में किसी directory की contents को list करने के लिए कौन-सी command प्रयोग होती है?
[A]
ls
[B]
listdir
[C]
dirlist
[D]
showdir
Question 173
173.
Which command is used to list the contents of a directory in Linux?
[A]
ls
[B]
listdir
[C]
dirlist
[D]
showdir
सही उत्तर:
ls
व्याख्या:
ls command current directory या specified directory की files और directories की सूची दिखाती है।
Correct Answer:
ls
Explanation:
The ls command displays files and directories in the current or specified directory.
प्रश्न 174
174.
Linux में long format में files की जानकारी देखने के लिए ls के साथ कौन-सा option प्रयोग होता है?
[A]
-l
[B]
-a
[C]
-h
[D]
-d
Question 174
174.
Which option is used with ls to display files in long format?
[A]
-l
[B]
-a
[C]
-h
[D]
-d
सही उत्तर:
-l
व्याख्या:
ls -l file permissions, owner, group, size और modification time जैसी detailed information दिखाता है।
Correct Answer:
-l
Explanation:
ls -l displays detailed information such as permissions, owner, group, size, and modification time.
प्रश्न 175
175.
Linux में hidden files को छोड़कर सामान्य files की सूची देखने के लिए कौन-सी command सामान्यतः प्रयोग होती है?
[A]
ls
[B]
ls -a
[C]
ls -h
[D]
ls -R
Question 175
175.
Which command is normally used to list regular files while excluding hidden files in Linux?
[A]
ls
[B]
ls -a
[C]
ls -h
[D]
ls -R
सही उत्तर:
ls
व्याख्या:
बिना -a option के ls सामान्यतः dot से शुरू होने वाली hidden files को display नहीं करता।
Correct Answer:
ls
Explanation:
Without the -a option, ls normally does not display hidden files beginning with a dot.
प्रश्न 176
176.
Linux में files और directories को recursively list करने के लिए ls के साथ कौन-सा option प्रयोग होता है?
[A]
-R
[B]
-r
[C]
-a
[D]
-f
Question 176
176.
Which option is used with ls to recursively list directories and their contents?
[A]
-R
[B]
-r
[C]
-a
[D]
-f
सही उत्तर:
-R
व्याख्या:
ls -R directories के अंदर की subdirectories और उनकी contents को recursively list करता है।
Correct Answer:
-R
Explanation:
ls -R recursively lists subdirectories and their contents.
प्रश्न 177
177.
Linux में file sizes को human-readable format में देखने के लिए ls के साथ कौन-सा option उपयोगी है?
[A]
-h
[B]
-s
[C]
-H
[D]
-m
Question 177
177.
Which option is useful with ls for displaying file sizes in human-readable format?
[A]
-h
[B]
-s
[C]
-H
[D]
-m
सही उत्तर:
-h
व्याख्या:
ls -lh file sizes को KB, MB, GB आदि readable units में दिखाता है।
Correct Answer:
-h
Explanation:
ls -lh displays file sizes using readable units such as KB, MB, and GB.
प्रश्न 178
178.
Linux में directory की सभी entries को hidden files सहित देखने के लिए कौन-सा command प्रयोग किया जाता है?
[A]
ls -a
[B]
ls -h
[C]
ls -d
[D]
ls -s
Question 178
178.
Which command is used to display all directory entries including hidden files in Linux?
[A]
ls -a
[B]
ls -h
[C]
ls -d
[D]
ls -s
सही उत्तर:
ls -a
व्याख्या:
ls -a सभी entries, including dot files, को display करता है।
Correct Answer:
ls -a
Explanation:
ls -a displays all directory entries, including hidden dot files.
प्रश्न 179
179.
Linux में file को rename करने के लिए mv command का कौन-सा उपयोग किया जाता है?
[A]
mv oldname newname
[B]
rename oldname
[C]
mv newname oldname
[D]
change oldname newname
Question 179
179.
Which usage of the mv command is used to rename a file in Linux?
[A]
mv oldname newname
[B]
rename oldname
[C]
mv newname oldname
[D]
change oldname newname
सही उत्तर:
mv oldname newname
व्याख्या:
एक ही directory में mv oldname newname command file का नाम बदल देती है।
Correct Answer:
mv oldname newname
Explanation:
Using mv oldname newname in the same directory renames the file.
प्रश्न 180
180.
Linux में file copy करते समय destination file को overwrite करने से पहले confirmation मांगने के लिए cp के साथ कौन-सा option प्रयोग किया जाता है?
[A]
-i
[B]
-f
[C]
-r
[D]
-v
Question 180
180.
Which option is used with cp to ask for confirmation before overwriting a destination file?
[A]
-i
[B]
-f
[C]
-r
[D]
-v
सही उत्तर:
-i
व्याख्या:
cp -i existing destination file को overwrite करने से पहले user से confirmation मांगता है।
Correct Answer:
-i
Explanation:
cp -i prompts the user for confirmation before overwriting an existing destination file.
प्रश्न 181
181.
Linux में copy operation की details दिखाने के लिए cp के साथ कौन-सा option प्रयोग किया जाता है?
[A]
-v
[B]
-d
[C]
-s
[D]
-p
Question 181
181.
Which option is used with cp to display details of the copy operation?
[A]
-v
[B]
-d
[C]
-s
[D]
-p
सही उत्तर:
-v
व्याख्या:
cp -v copy की जा रही files के नाम और operation की जानकारी दिखाता है।
Correct Answer:
-v
Explanation:
cp -v displays information about files as they are copied.
प्रश्न 182
182.
Linux में file की access, modification और change timestamps की जानकारी देखने के लिए कौन-सी command उपयोगी है?
[A]
stat
[B]
time
[C]
timestamp
[D]
dates
Question 182
182.
Which command is useful for viewing access, modification, and change timestamps of a file in Linux?
[A]
stat
[B]
time
[C]
timestamp
[D]
dates
सही उत्तर:
stat
व्याख्या:
stat command file के timestamps सहित कई metadata fields की विस्तृत जानकारी देती है।
Correct Answer:
stat
Explanation:
The stat command provides detailed file metadata, including access, modification, and change timestamps.
प्रश्न 183
183.
Linux में वर्तमान working directory जानने के लिए कौन-सी command प्रयोग होती है?
[A]
pwd
[B]
cwd
[C]
where
[D]
current
Question 183
183.
Which command is used to display the current working directory in Linux?
[A]
pwd
[B]
cwd
[C]
where
[D]
current
सही उत्तर:
pwd
व्याख्या:
pwd का पूरा नाम Print Working Directory है। यह वर्तमान working directory का पूरा path दिखाती है।
Correct Answer:
pwd
Explanation:
pwd stands for Print Working Directory and displays the full path of the current working directory.
प्रश्न 184
184.
Linux में home directory में जाने के लिए कौन-सी command सामान्यतः प्रयोग की जा सकती है?
[A]
cd ~
[B]
cd home
[C]
cd root
[D]
home
Question 184
184.
Which command can commonly be used to move to the home directory in Linux?
[A]
cd ~
[B]
cd home
[C]
cd root
[D]
home
सही उत्तर:
cd ~
व्याख्या:
~ वर्तमान user की home directory को दर्शाता है और cd ~ home directory में ले जाता है।
Correct Answer:
cd ~
Explanation:
The ~ symbol represents the current user’s home directory, so cd ~ moves to it.
प्रश्न 185
185.
Linux में parent directory को किस symbol से दर्शाया जाता है?
[A]
..
[B]
.
[C]
/
[D]
~
Question 185
185.
Which symbol represents the parent directory in Linux?
[A]
..
[B]
.
[C]
/
[D]
~
सही उत्तर:
..
व्याख्या:
दो dots (..) current directory की parent directory को दर्शाते हैं।
Correct Answer:
..
Explanation:
Two dots (..) represent the parent directory of the current directory.
प्रश्न 186
186.
Linux में absolute path किससे शुरू होता है?
[A]
/
[B]
~
[C]
.
[D]
..
Question 186
186.
What does an absolute path in Linux normally begin with?
[A]
/
[B]
~
[C]
.
[D]
..
सही उत्तर:
/
व्याख्या:
Absolute path filesystem की root directory से शुरू होता है और सामान्यतः / से शुरू होता है।
Correct Answer:
/
Explanation:
An absolute path starts from the root of the filesystem and normally begins with /.
प्रश्न 187
187.
Linux में relative path किसके संदर्भ में निर्धारित होता है?
[A]
Current working directory
[B]
Root directory only
[C]
Home directory only
[D]
Boot directory
Question 187
187.
Relative to what is a relative path determined in Linux?
[A]
Current working directory
[B]
Root directory only
[C]
Home directory only
[D]
Boot directory
सही उत्तर:
Current working directory
व्याख्या:
Relative path का निर्धारण current working directory के संदर्भ में किया जाता है।
Correct Answer:
Current working directory
Explanation:
A relative path is interpreted in relation to the current working directory.
प्रश्न 188
188.
Linux में वर्तमान directory देखने के लिए कौन-सी command प्रयोग की जाती है?
[A]
pwd
[B]
dir
[C]
cd
[D]
path
Question 188
188.
Which command is used to display the current directory in Linux?
[A]
pwd
[B]
dir
[C]
cd
[D]
path
सही उत्तर:
pwd
व्याख्या:
pwd command वर्तमान working directory का पूरा path दिखाती है.
Correct Answer:
pwd
Explanation:
The pwd command displays the full path of the current working directory.
प्रश्न 189
189.
Linux में files और directories की सूची देखने के लिए कौन-सी command प्रयोग की जाती है?
[A]
ls
[B]
list
[C]
show
[D]
dirlist
Question 189
189.
Which command is used to list files and directories in Linux?
[A]
ls
[B]
list
[C]
show
[D]
dirlist
सही उत्तर:
ls
व्याख्या:
ls command current directory की files और directories दिखाती है.
Correct Answer:
ls
Explanation:
The ls command lists files and directories in the current directory.
प्रश्न 190
190.
Linux में directory बदलने के लिए कौन-सी command प्रयोग की जाती है?
[A]
cd
[B]
mv
[C]
pwd
[D]
change
Question 190
190.
Which command is used to change a directory in Linux?
[A]
cd
[B]
mv
[C]
pwd
[D]
change
सही उत्तर:
cd
व्याख्या:
cd command का उपयोग एक directory से दूसरी directory में जाने के लिए किया जाता है.
Correct Answer:
cd
Explanation:
The cd command is used to change from one directory to another.
प्रश्न 191
191.
Linux में नई directory बनाने के लिए कौन-सी command प्रयोग की जाती है?
[A]
mkdir
[B]
newdir
[C]
createdir
[D]
makedir
Question 191
191.
Which command is used to create a new directory in Linux?
[A]
mkdir
[B]
newdir
[C]
createdir
[D]
makedir
सही उत्तर:
mkdir
व्याख्या:
mkdir command नई directory बनाने के लिए प्रयोग की जाती है.
Correct Answer:
mkdir
Explanation:
The mkdir command is used to create a new directory.
प्रश्न 192
192.
Linux में file हटाने के लिए कौन-सी command प्रयोग की जाती है?
[A]
rm
[B]
delete
[C]
removefile
[D]
delfile
Question 192
192.
Which command is used to remove a file in Linux?
[A]
rm
[B]
delete
[C]
removefile
[D]
delfile
सही उत्तर:
rm
व्याख्या:
rm command files को हटाने के लिए प्रयोग की जाती है.
Correct Answer:
rm
Explanation:
The rm command is used to remove files in Linux.
प्रश्न 193
193.
Linux में directory हटाने के लिए सामान्यतः कौन-सी command प्रयोग की जाती है?
[A]
rmdir
[B]
deldir
[C]
removedir
[D]
rd
Question 193
193.
Which command is commonly used to remove an empty directory in Linux?
[A]
rmdir
[B]
deldir
[C]
removedir
[D]
rd
सही उत्तर:
rmdir
व्याख्या:
rmdir खाली directory को हटाने के लिए प्रयोग की जाती है.
Correct Answer:
rmdir
Explanation:
The rmdir command is used to remove an empty directory.
प्रश्न 194
194.
Linux में file की सामग्री देखने के लिए कौन-सी command प्रयोग की जाती है?
[A]
cat
[B]
view
[C]
read
[D]
open
Question 194
194.
Which command is used to display the contents of a file in Linux?
[A]
cat
[B]
view
[C]
read
[D]
open
सही उत्तर:
cat
व्याख्या:
cat command file की contents को terminal पर display करती है.
Correct Answer:
cat
Explanation:
The cat command displays the contents of a file in the terminal.
प्रश्न 195
195.
Linux में file की शुरुआत की lines देखने के लिए कौन-सी command प्रयोग की जाती है?
[A]
head
[B]
start
[C]
top
[D]
first
Question 195
195.
Which command is used to display the beginning of a file in Linux?
[A]
head
[B]
start
[C]
top
[D]
first
सही उत्तर:
head
व्याख्या:
head command file की शुरुआती lines दिखाती है.
Correct Answer:
head
Explanation:
The head command displays the beginning lines of a file.
प्रश्न 196
196.
Linux में file के अंत की lines देखने के लिए कौन-सी command प्रयोग की जाती है?
[A]
tail
[B]
end
[C]
last
[D]
bottom
Question 196
196.
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 दिखाती है.
Correct Answer:
tail
Explanation:
The tail command displays the ending lines of a file.
प्रश्न 197
197.
Linux में file copy करने के लिए कौन-सी command प्रयोग की जाती है?
[A]
cp
[B]
copy
[C]
duplicate
[D]
clone
Question 197
197.
Which command is used to copy a file in Linux?
[A]
cp
[B]
copy
[C]
duplicate
[D]
clone
सही उत्तर:
cp
व्याख्या:
cp command एक file या directory को दूसरी location पर copy करने के लिए प्रयोग होती है.
Correct Answer:
cp
Explanation:
The cp command is used to copy files or directories.
प्रश्न 198
198.
Linux में file या directory को move अथवा rename करने के लिए कौन-सी command प्रयोग होती है?
[A]
mv
[B]
move
[C]
rename
[D]
change
Question 198
198.
Which command is used to move or rename a file or directory in Linux?
[A]
mv
[B]
move
[C]
rename
[D]
change
सही उत्तर:
mv
व्याख्या:
mv command files और directories को move या rename करने के लिए प्रयोग होती है.
Correct Answer:
mv
Explanation:
The mv command is used to move or rename files and directories.
प्रश्न 199
199.
Linux में किसी command की manual जानकारी देखने के लिए कौन-सी command प्रयोग होती है?
[A]
man
[B]
help
[C]
manual
[D]
info
Question 199
199.
Which command is used to view the manual information of a command in Linux?
[A]
man
[B]
help
[C]
manual
[D]
info
सही उत्तर:
man
व्याख्या:
man command किसी command का detailed manual page दिखाती है.
Correct Answer:
man
Explanation:
The man command displays the detailed manual page of a command.
प्रश्न 200
200.
Linux में screen साफ करने के लिए कौन-सी command प्रयोग की जाती है?
[A]
clear
[B]
clean
[C]
cls
[D]
reset
Question 200
200.
Which command is used to clear the terminal screen in Linux?
[A]
clear
[B]
clean
[C]
cls
[D]
reset
सही उत्तर:
clear
व्याख्या:
clear command terminal screen को साफ करती है.
Correct Answer:
clear
Explanation:
The clear command clears the terminal screen.