head command default कितनी lines दिखाता है?
(RPSC C.S. 2016 (PAPER-I))
Correct Answer: C
Explanation (EN): Default is 10 lines.
Explanation (HI): Default 10 lines होती हैं।
tail -c +512 का output क्या है?
(RPSC C.S. 2016 (PAPER-I))
Correct Answer: B
Explanation (EN): It skips first 511 bytes and prints rest.
Explanation (HI): यह पहले 511 bytes छोड़कर बाकी print करता है।
Source code कब modify/redistribute किया जा सकता है?
(BPSC TRE 2.0 22.02.2024)
Correct Answer: A
Explanation (EN): Open source allows modification and redistribution.
Explanation (HI): Open source में source code freely modify किया जा सकता है।
Unix में large file blocks कैसे allocate होते हैं?
(LT Grade C.S. 2018)
Correct Answer: D
Explanation (EN): Uses extended indexed allocation with indirect blocks.
Explanation (HI): Extended indexed allocation उपयोग होता है।
Unix में command prompt बदलने का तरीका
(LT Grade C.S. 2018)
Correct Answer: C
Explanation (EN): PS1 variable controls prompt.
Explanation (HI): PS1 variable prompt define करता है।
Linux क्या है?
(EMRS PGT C.S. 16.12.2024)
Correct Answer: A
Explanation (EN): Linux is open-source OS.
Explanation (HI): Linux एक open-source OS है।