mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 16:36:32 +00:00
.bash_profile vs .bashrc fix
Hat tip to @pbengert for pointing out the problem.
This commit is contained in:
parent
599bd98151
commit
a0a04ee0be
@ -280,6 +280,11 @@ As usual, give your user permission:
|
|||||||
```
|
```
|
||||||
$ /bin/chown user1 ~user1/.bash_profile
|
$ /bin/chown user1 ~user1/.bash_profile
|
||||||
```
|
```
|
||||||
|
And put a copy in `.bashrc` for use with interactive non-login shells:
|
||||||
|
```
|
||||||
|
$ cp ~user1/.bash_profile ~user1/.bashrc
|
||||||
|
$ /bin/chown user1 ~user1/.bashrc
|
||||||
|
```
|
||||||
|
|
||||||
### Login as Your Unprivileged User
|
### Login as Your Unprivileged User
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user