A. echo The current working path is $PW B. echo 'The current working path is $PW' C. echo "The current working path is $PW" D. echo "The current working path is `pwd`."
A. –I B. –f C. –b D. –v
A. rm -rf /tmp/test B. rmdir /tmp/test C. rm -r /tmp/test D. rm -r -f /tmp/test E. rm -f /tmp/test
A. ls -l /tmp B. ls -d /tmp C. ls -b /tmp D. ls -a /tm
A. touch /test/dir B. mkdir /test/dir C. mkdir -p /test/dir D. mkdir -m /test/dir
A. s B. p C. w D. l
A. 专用嵌入式操作系统 B. LINUX操作系统 C. 服务器版本WINDOWS D. 高级UNIX操作系统
A. 指定的是一个不正确的设备名 B. 设备不可读 C. 试图在一个不存在的安装点安装设备 D. 文件系统存在碎片 E. 文件系统只读
A. mkfs B. fdisk C. fsck D. mount
A. 建立一个归档文件 B. 从一个特定的归档文件中还原内容 C. 显示执行的过程 D. 使用压缩或解压方式 E. 只有归档没有压缩过程