Week 2 Flashcards
Windows domain
A network of computers, users, files, etc that are added to a central database
User Access Control (UAC)
A feature in Windows that prevents unauthorized changes to a system
/logonpasswordchg:yes
Asks the user to change the default password
PASSWD
Command to change password in Linux
sudo passwd -e victor
Asks the user Victor to change his password
net user andrea * /add
Lets you add a user in Windows and setup a default password for them
Remove-LocalUser user
Windows command followed by the specified user you want to remove
sudo useradd user
Adds a specified user in Linux
sudo userdel user
Deletes a specified user in Linux
User profile
User account on a mobile device
Primary account
Root account on a mobile device
What are access control lists used for?
To assign permissions
Read permission
Lets the user see that be file exists, and allows them to read its contents. Also lets them user read the files and directories in a directory
Read and Execute permission
Allows the user to read files, and if the file is an executable, the user can run the file.
List folder contents permission
An alias for Read and Execute permission on a directory