Upload etc/shells with huggingface_hub
Browse files- etc/shells +8 -0
etc/shells
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# /etc/shells: valid login shells
|
| 2 |
+
/bin/sh
|
| 3 |
+
/bin/bash
|
| 4 |
+
/usr/bin/bash
|
| 5 |
+
/bin/rbash
|
| 6 |
+
/usr/bin/rbash
|
| 7 |
+
/bin/dash
|
| 8 |
+
/usr/bin/dash
|