Go Back on 010-160 Exam
Available in 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Test Engine: $20 $80

PDF + Engine: $25 $99

010-160 Practice Test


Page 1 out of 16 Pages

Running the command rm Downloads leads to the following error:
rm: cannot remove ‘Downloads/’: Is a directory Which of the following commands can be used instead to remove Downloads, assuming Downloads is empty? (Choose two correct answers.)


A.

undir Downloads


B.

rmdir Downloads


C.

dir –r Downloads


D.

rem Downloads


E.

rm –r Downloads





B.
  

rmdir Downloads



E.
  

rm –r Downloads



What is true about the owner of a file?


A.

Each file is owned by exactly one user and one group.


B.

The owner of a file always has full permissions when accessing the file.


C.

The user owning a file must be a member of the file’s group.


D.

When a user is deleted, all files owned by the user disappear.


E.

The owner of a file cannot be changed once it is assigned to an owner.





A.
  

Each file is owned by exactly one user and one group.



What is true about links in a Linux file system?


A.

A symbolic link can only point to a file and not to a directory.


B.

A hard link can only point to a directory and never to a file.


C.

When the target of the symbolic link is moved, the link is automatically updated.


D.

A symbolic link can point to a file on another file system.


E.

Only the root user can create hard links.





D.
  

A symbolic link can point to a file on another file system.



Which of the following Linux Distributions is derived from Red Hat Enterprise Linux?


A.

Raspbian


B.

openSUSE


C.

Debian


D.

Ubuntu


E.

CentOS





E.
  

CentOS



Which command adds the new user tux and creates the user’s home directory with default configuration files?


A.

defaultuser tux


B.

useradd –m tux


C.

usercreate tux


D.

useradd –o default tux


E.

passwd –a tux





B.
  

useradd –m tux




Page 1 out of 16 Pages