题目内容

The combined command "ls - l | grep -v '^d'" means:

A. Display all directory files in a long list in the current directory.
B. Display all files in a long list in the current directory except directory files.
C. Display all files in a long list in the current directory
Display all device files in a long list in the current directory.

查看答案
更多问题

The command to copy all files under directory 'abc' (including subdirectories) to the directory '/usr/xyz' is

A. cp –r abc /usr/xyz
B. cp –f abc /usr/xyz
C. cp –y abc /usr/xyz
D. cp –p abc /usr/xyz

Assume an ordinary user 'user1' has a file 'abc' under the current directory, user1 want to execute this file. When he type 'abc' in the "$" prompt, the system reports an error, so the possible reason for this error is:(1) The value of the system variable 'PATH' of user1 does not include the current directory, so the system cannot find the file.(2) User user1 does not have executable permissions of 'abc'.(3) The current directory of user1 does not have executable permissions.

A. (1)
B. (1)(2)
C. (1)(2)(3)
D. (2)(3)

How to execute the executable file 'abc' mandatorily in the current directory

A. ./abc
B. ../abc
C. .\abc
D. ..\abc

请说明多媒体教学课件开发的一般过程。(回答7点及以上得5分)

答案查题题库