题目:查找/root目录下所有文件类型为目录的文件() A:find /root -type d B:find /root type d C:grep /root -type d D:grep /root –type d 喵查答案:A 喜欢 (0)