LINUX EXAM
study
study
Set of flashcards Details
Flashcards | 70 |
---|---|
Language | English |
Category | Computer Science |
Level | Other |
Created / Updated | 31.05.2016 / 06.06.2022 |
Weblink |
https://card2brain.ch/box/linux_exam
|
Embed |
<iframe src="https://card2brain.ch/box/linux_exam/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
Which command will display the users that are currently logged in to the system?
UIDs 1-500 are usually reserved for what kind of users?
If a user is deleted, the files and directories that the user owned…
Which of the following options for the useradd command allows root to specify the UID to be associated with the account?
Which of the following options for the useradd command allows root to specify supplementary groups the user will be a member of?
On a system that does not use UPG, the useradd command will also create a user group. For example, user bob, group bob.
True or False?
Which of the following commands set “other” permissions on file to r-x?
Which of the following commands sets “other” permissions on file to r-x?
Only one set (user, group, other) of permission can be changed at once using the symbolic method.
True or False?
Which of the following are methods for setting permissions using the chmod command?
(choose two)
The chown command can be used to change the owner and group of a file.
True or False?
The Samba application is a:
Which of the following are examples of desktop software?
(choose two)
If you wanted to set up a blog, which software would be most helpful?
Which of the following pieces of software deal with file sharing?
(choose three)
If you wanted to create and print an invoice, which software could you use?
Which of the following is true about graphical mode?
(choose three)
Which of the following is provided by a graphical interface that isn’t normally provided to a non graphical interface?
(choose four)
A server is likely to be running in graphical mode.
True or False?
In graphical mode, you can get to a shell by running which applications?
(choose two)
Which of the following are traits of a multiuser operating system?
(choose three)
Select all the applications that provide access to the Command Line Interface (CLI)?
(choose two)
Which environment variable contains a list of directories that is searched for commands to execute?
Select the command that can report the location of a command:
A pair of single quotes ( ‘ ) will prevent the shell from interpreting any metacharacter.
True or False?
The /tmp directory is a temporary directory and will not exist on a system at all times.
True or False?
The /var directory has files that change over time.
True or False?
The “sticky bit” permission…
Which of the following commands will set the “sticky bit” on /shared ?
The “setuid” permission…