Skip to content

This is a portfolio project from the Google Cybersecurity certificate that looks into the use of Linux commands to manage file permissions.

Notifications You must be signed in to change notification settings

Phindile-T/Linux-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Linux commands

Objective

This is a portfolio project from the Google Cybersecurity certificate that looks into the use of Linux commands to manage file permissions.

Skills Learned

  • Basic understanding of Linux commands via Bash shell
  • Navigating Linux and reading file content
  • Using Linux commands to configure authorization
  • Change permissions on files and directories

Steps

https://docs.google.com/document/d/1aqMT9TFj6LPr7ByIm_KAPmr3_7glnlDSCUdezJQVAdQ/edit?usp=sharing

Navigating to a directory and listing the contents image

*screenshot 1

Searching for hidden files image

the file .project_x.txt was found to be the hidden file

*screenshot 2

Checking file permissions and amending them as needed project_k.txt grants other users write permissions and we changed the permissions to disallow the write permissions project_m.txt grants group users reading permissions and we changed the permissions to disallow that since it is a restricted file.

image

*screenshot 3

Checking permissions of a hidden file and changing the file as needed image

*screenshot 4

Changing directory permissions. image

We disallowed execute permissions for the group

*screenshot 5

About

This is a portfolio project from the Google Cybersecurity certificate that looks into the use of Linux commands to manage file permissions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published