week 8 lecture Flashcards
what is a loop
Perform a set of commands repeatedly
what are the linux file permissions
-User: the file owner
-Group: a group of users; users are divided into groups to facilitate administrative tasks
-Other: everyone else on the Linux system
what are linux file permissions
-Mechanism to provide protection to OS
-Permissions specify who can access a file and the type of access.
what is a group
-Each user assigned to a primary group (e.g.“users”)
-Users can be members of other groups (secondary groups)
-Each file is owned by a user and a group
what is authentication?
Process of verifying someone’s identity by checking his or her username and password against a central user database
how can you modify user accounts?
usermod command
-Change user account information
-Only the root user can issue this command
how can you delete user accounts
userdel command
how can you create a group
groupadd command
newgrp command
how can you modify groups
groupmod command