Which of the following description about CIFS and NFS sharing is incorrect? (Multiple choice)
* If the file system has been set as a CIFS share and then an NFS share is added, the NFS share can only be set as read-only.
* If the file system has been set as an NFS share and then a CIFS share is added, the CIFS share can only be set as read-only.

* CIFS is a network-based sharing protocol, which requires high reliability of network transmission, so it usually uses TCP/IP. NFS is used for independent transmission, so it uses TCP or UDP.
* One disadvantage of NFS is that the client must be equipped with dedicated software. CIFS is integrated into the operating system and no additional software is required.
* NES is a stateless protocol. And CifS is a stateful protocol. After NFS connection fails, the connection can be automatically restored, but CIFS cannot. CIFS only sends a little redundant information, so it has a higher transmission efficiency than NFS.