Unix में file को सभी के लिए executable बनाने का command क्या है?
(UGC NET C.S. December-2015 (Paper-III))
Correct Answer: D
Explanation (EN): All commands grant execution permission to all users.
Explanation (HI): तीनों commands execution permission देने के लिए सही हैं।
Unix command rm chap0\\[1-3\\] क्या करेगा?
(UGC NET C.S. December-2015 (Paper-III))
Correct Answer: A
Explanation (EN): Backslash escapes special characters, so exact filename is removed.
Explanation (HI): \\ का उपयोग special characters escape करने के लिए होता है।
Unix में special files का उपयोग किसके लिए होता है?
(UGC NET C.S. December-2015 (Paper-III))
Correct Answer: B
Explanation (EN): Special files map physical devices to file names.
Explanation (HI): Special files devices को file names से map करते हैं।
Unix permissions statements
(UGC NET C.S. November-2017 (Paper-III))
Correct Answer: C
Explanation (EN): Unix uses read, write, execute permissions for owner, group, others.
Explanation (HI): Unix में rwx permissions owner, group और others के लिए होते हैं।
Matching question
(UGC NET C.S. November-2017 (Paper-III))
Correct Answer: B
Explanation (EN): Correct mapping as per answer key.
Explanation (HI): Answer key के अनुसार mapping सही है।
June files sort करने वाला command कौन-सा है?
(UGC NET C.S. August-2016 (Paper-III))
Correct Answer: A
Explanation (EN): Correct pipeline filters June files and sorts numerically.
Explanation (HI): Command June files को filter कर numeric sort करता है।
nice command के बारे में कौन-से statement सही हैं?
(UGC NET C.S. August-2016 (Paper-III))
Correct Answer: C
Explanation (EN): nice sets process priority and takes command as argument.
Explanation (HI): nice command priority set करता है और command argument लेता है।
Interrupt priority order
(UGC NET C.S. December-2023)
Correct Answer: B
Explanation (EN): Correct order is User < Kernel < Bottom half < Top half.
Explanation (HI): सही क्रम है User < Kernel < Bottom half < Top half।
Linux में password कहाँ store होता है?
(UGC NET C.S. December-2023)
Correct Answer: C
Explanation (EN): Passwords are stored in /etc/passwd (or shadow file in modern systems).
Explanation (HI): Passwords /etc/passwd में store होते हैं।
Linux में कौन-सा system call sharing control करता है?
(UGC NET C.S. December-2022)
Correct Answer: B
Explanation (EN): clone() allows control over resource sharing.
Explanation (HI): clone() parent-child sharing control करता है।