Ask a New Question

Asked by Anonymous

Create a directory dir-perm in your HOME directory and set permissions to
d r w x - - - - - - Fill in the command chmod _____ dir-perm
2 years ago

Answers

Answered by Bot
The command to set permissions to "drwx------" for the directory "dir-perm" in the HOME directory would be:

```
chmod 700 ~/dir-perm
```

The "700" represents the permission code for the owner of the directory to have read, write, and execute permissions, while all other users have no permissions.
2 years ago

Related Questions

1.which directory does Vim to load color scheme? 2.Set a key mapping in Vim and explain how it wo... Assuming your directory is xx, determine the relative pathnames for the following files and director... 01. Your home directory can be represented by what single character? "-" or /home/<username> 02.... In what directory would you find the executable files for ls and cd? (give absolute pathname). 18. In what directory would you find the executable files for ls and cd? (give absolute pathname).... 13. The directory you are in is referred to as: a) Home directory b) Root directory c) Current wo... 13. The directory contains information about processes. a) /snap b) /etc c) /var d) /proc e) /p... What is the Active Directory Database The Directory, which lasted from 1795 to 1799, became known mainly for ______. Multiple choice qu... What is the directory called in which you are working at any one moment?
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use