Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a problem for file permissions #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

palnabarun
Copy link

@palnabarun palnabarun commented Mar 21, 2020

The Problem

Create a file hello.txt in the /tmp directory which can only be

  1. read by the owner and the group
  2. written to by the user.

@palnabarun palnabarun changed the title Add a problem for file ownership Add a problem for file permissions Mar 21, 2020
@palnabarun
Copy link
Author

Please ignore the branch name.

Copy link
Owner

@kushaldas kushaldas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Home directory is already available only for the user. Better to do this in /tmp or or /var/tmp.

Create a file hello.txt in the /tmp directory which can only
be 1. read by the owner and the group
   2. written to by the user.
@palnabarun
Copy link
Author

@kushaldas Done. Thanks for the review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants