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
Write a public review