题目内容

Which of the following commands will recursively compare two directory trees, just mentioning which files are different, new or deleted?

A. diff -wq /usr/src/linux-4.9 /usr/src/linux-4.10:
B. diff -qr /usr/src/linux-4.9 /usr/src/linux-4.10:
C. diff -sr /usr/src/linux-4.9 /usr/src/linux-4.10:
D. diff -ir /usr/src/linux-4.9 /usr/src/linux-4.10:

查看答案
更多问题

Where can you find the device nodes of a Linux system?

A. /etc
B. /mnt
C. /dev
D. /var

Which is the home directory of the superuser account?

A. /bin
B. /root
C. /dev
D. /boot

Which of the following commands will ensure that the shared files are available over a network?

A. exportfs
B. exportnfs
C. exportfiles
D. exportnetwork

Which command can be used to inquire whether a filesystem is mounted as read-only or as read/write?

A. df -Th
B. cat /etc/fstab
C. mount
D. exportfs -av

答案查题题库