Inspirational journeys

Follow the stories of academics and their research expeditions

Comptia Linux + 2023 Questions and answer - Part 15

Mary Smith

Wed, 09 Jul 2025

Comptia Linux + 2023 Questions and answer - Part 15

1. How many fields are in a syntactically correct line of /etc/fstab?

A) A. 3
B) B. 4
C) C. 5
D) D. 6
E) E. 7


2. Which of the following file permissions belong to a symbolic link?

A) A. -rwxrwxrwx
B) B. +rwxrwxrwx
C) C. lrwxrwxrwx
D) D. srwxrwxrwx



3. Creating a hard link to an ordinary file returns an error. What could be the reason for this?

A) A. The source file is hidden.
B) B. The source file is read-only.
C) C. The source file is a shell script.
D) D. The source file is already a hard link.
E) E. The source and the target are on different filesystems.


4. Which of the following commands creates an ext3 filesystem on /dev/sdb1? (Choose TWO correct answers.)(Select 2answers)

A) A. /sbin/mke2fs -j /dev/sdb1
B) B. /sbin/mkfs -t ext3 /dev/sdb1
C) C. /sbin/mkfs -c ext3 /dev/sdb1
D) D. /sbin/mke3fs -j /dev/sdb1



5. Which of the following commands will change the quota for a specific user?

A) A. edquota
B) B. repquota
C) C. quota -e
D) D. quota



1. Right Answer: D
Explanation:

2. Right Answer: C
Explanation:

3. Right Answer: E
Explanation:

4. Right Answer: A,B
Explanation:

5. Right Answer: A
Explanation:

0 Comments

Leave a comment