Unit 4 Module 3 - Non Commands Flashcards
What do you call the concept of granting access to specific resources in a system?
Authorization
What are the 3 permissions that are allowed in Linux?
Read
Write ( Allows users to create a new files in that directory )
Execute
What are the 3 types of owners in Linux?
User ( Owner of the file )
Group ( Consisting of more than 1 person )
Other ( Anyone else )
What do you call modifying the behavior of a command?
Options
What command displays permissions to files and directories?
ls -l
(Ls -L)
What do you call a user with elevated priviledges to modify the system?
Root User ( or Superuser)
What are 3 reasons why you shouldn’t log in as root user?
1) Security Risks
2) Irreversible mistakes
3) Accountability