用ls –l file命令显示文件file,若文件file为链接文件,存取权限为文件主和同组用户可读写,其他用户只读,以下哪个符合要求?( )
A: -rw-rw-r-- 2 hel-s users 56 Sep 09 11:05 file
B: lrw-rw-rw- 2 hel-s users 56 Sep 09 11:05 file
C: drwxr—r—1 hel users 1024 Sep10 08:11 file
D: lrw-rw-r--hel users 2024 Sep 12 08:12 file
A: -rw-rw-r-- 2 hel-s users 56 Sep 09 11:05 file
B: lrw-rw-rw- 2 hel-s users 56 Sep 09 11:05 file
C: drwxr—r—1 hel users 1024 Sep10 08:11 file
D: lrw-rw-r--hel users 2024 Sep 12 08:12 file
举一反三
- 用 ls -al 命令列出下面的文件列表,则_____是符号链接文件? A: -rw------- 2 hel-s users 56 Sep 09 11:05 hello B: -rw------- 2 hel-s users 56 Sep 09 11:05 goodbey C: drwx------ 1 hel users 1024 Sep 10 08:10 zhang D: lrwx------ 1 hel users 2024 Sep 12 08:12 cheng
- 用Linux ls –al 命令列出下面的文件列表, ( ) 是块设备文件。 A: drwx------ 1 hel users 1024 Sep 10 08:10 aaa B: -rw------- 2 hel –s users 56 Sep 09 11:05 bbb C: brw------- 2 hel s users 56 Sep 09 11:05 ccc D: lrwx------ 1 hel users 2024 Sep 12 08:12 ddd
- 用ls-al命令列出下面的文件列表,哪个文件是符号链接文件?() A: -rw------- 2 hel-s users 56 Sep 09 11:05 hello B: crw------- 2 hel-s users 56 Sep 09 11:05 goodbye C: drwx----- 2 hel-s users 56 Sep 09 11:05 zhang D: lrw------- 2 hel-s users 56 Sep 09 11:05 cheng
- 用ls -al命令列出下面的文件列表,是符号链接文件的是( ) A: -rw-rw-rw- 2 user 56 Sep 09 11:05 hello1 B: -rwxrwxrwx 2 user 56 Sep 09 11:05 hello2 C: drwxr—r-- 1 user 56 Sep 09 11:05 hello3 D: lrwxr—r-- 1 user 56 Sep 09 11:05 hello4
- 若要设置/tmp/file文件所有者和所属组用户均有读、写权限,其他用户对该文件只有读的操作权限,以下命令正确的是 A: chmodug=rwo-w-x/tmp/file B: chown664/tmp/file C: chmodu=rw/tmp/file D: chmod664/tmp/file