공부할 때 봤었던 사이트 목록 (11)
# Keyword: createRole(), NoSQL Database, cat, sort, uniq, grep, wc, head, tail, tee #
[MongoDB] 사용자 정의 Roles (user defined roles, collection-level access control)
MongoDB에는 기본적으로 탑재된 built-in-roles외에 필요에 따라 사용자가 직접 role을 만들 수도 있음. 아래와 같은 장점. - 원하는 privilege action들만을 조합하여 꼭 필요한 role을 새로 만들 수 있음. - co
bloodguy.tistory.com
2. NoSQL Database https://www.guru99.com/nosql-tutorial.html
NoSQL Tutorial: Types of NoSQL Databases, What is & Example
While authorization looks at ensuring the client access to the system, the authentication checks...
www.guru99.com
3. cat, sort, uniq, grep, wc, head, tail, tee https://namhandong.tistory.com/14
리눅스 명령어 정리(6) cat, sort, uniq, grep, wc, head, tail, tee
6 – Redirection ● cat - Concatenate files ● sort - Sort lines of text ● uniq - Report or omit repeated lines ● grep - Print lines matching a pattern ● wc - Print ..
namhandong.tistory.com