Operating Systems Flashcards
What command is used in both Linux and Windows CLI to create a new directory
Mkdir
PowerShell and command prompt are both command line interfaces on what operating system?
Windows
What does SetUID do?
It is used to allow a file to be run as the owner of the file in Linux
What does sticky bit do?
Sticky bit allows the file to be modified but anyone but only removed by the owner or root in Linux
What are the basic Linux file permissions
Read, write, and execute
When using ICACL in Windows CLI what flag shows that a given user can create files?
WD - create files and write data
Is it possible to have write access to a file in Windows without having read access to the same file
Yes
In a Linux system what is the first user that gets automatically created?
Root user
Which Windows PowerShell CLI command can be used to list the users within local groups on a given computer?
Get - local group member
Does an administrator user account on a computer have complete control
Yes