Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
install:nix:createdir [2010/02/23 17:18] deuce |
install:nix:createdir [2010/02/23 17:23] (current) deuce |
||
---|---|---|---|
Line 10: | Line 10: | ||
===== Common Errors ===== | ===== Common Errors ===== | ||
- | |||
- | [[http://xkcd.com/149/|{{ http://imgs.xkcd.com/comics/sandwich.png|Proper User Policy apparently means Simon Says.}}]] | ||
mkdir: cannot create directory `/sbbs': Permission denied | mkdir: cannot create directory `/sbbs': Permission denied | ||
ln: creating symbolic link `/home/~sbbs' to `~sbbs': Permission denied | ln: creating symbolic link `/home/~sbbs' to `~sbbs': Permission denied | ||
useradd: unable to lock password file | useradd: unable to lock password file | ||
+ | |||
+ | [[http://xkcd.com/149/|{{ http://imgs.xkcd.com/comics/sandwich.png|Proper User Policy apparently means Simon Says.}}]] | ||
You do not have permissions to perform the specified action. | You do not have permissions to perform the specified action. | ||
* Generally, only root can add users and modify the / directory. If you //are// the administrator, prefix the command line with ''sudo'' ie: ''sudo mkdir /sbbs'' | * Generally, only root can add users and modify the / directory. If you //are// the administrator, prefix the command line with ''sudo'' ie: ''sudo mkdir /sbbs'' | ||
Line 29: | Line 29: | ||
- You do not have permissions to add/delete users. | - You do not have permissions to add/delete users. | ||
* Generally, only root can add users. If you are the administrator, prefix the command line with ''sudo'' | * Generally, only root can add users. If you are the administrator, prefix the command line with ''sudo'' | ||
- | |||
- | sudo useraded -m -n sbbs | ||
- | |||
- | * Ask your system administrator to create a new user for you. | ||
- | * Use a subdirectory of your home directory to install Synchronet. | ||
===== See Also ===== | ===== See Also ===== | ||
* [[:install:nix:|install:nix index]] | * [[:install:nix:|install:nix index]] | ||