Create a directory dir-perm in your HOME directory and set permissions to

d r w x - - - - - - Fill in the command chmod _____ dir-perm

1 answer

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.
Similar Questions
  1. 13. The directory you are in is referred to as:a) Home directory b) Root directory c) Current working directory d) Parent
    1. answers icon 1 answer
  2. Every user on a Linux system is assigned a unique directory called:a) User Directory b) Personal Directory c) Home Directory d)
    1. answers icon 1 answer
  3. 11. Every user on a Linux system is assigned a unique directory called:a) User Directory b) Personal Directory c) Home Directory
    1. answers icon 1 answer
    1. answers icon 1 answer
more similar questions