diff --git a/bash/Reloading_.bashrc.html b/bash/Reloading_.bashrc.html new file mode 100644 index 0000000..6192592 --- /dev/null +++ b/bash/Reloading_.bashrc.html @@ -0,0 +1,193 @@ + + + + + + + + + + + + + Reloading .bashrc - Bash + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+

+ Reloading .bashrc +

+ +
+
+

Reload .bashrc

+

The .bashrc file, located at ~/.bashrc allows a user to personalize its bash shell. If you edit this file, the changes won't be loaded without login out and back in. +However, you can use the following command to do it

+
 source ~/.bashrc
+
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/bash/Reloading_fstab.html b/bash/Reloading_fstab.html new file mode 100644 index 0000000..5232811 --- /dev/null +++ b/bash/Reloading_fstab.html @@ -0,0 +1,192 @@ + + + + + + + + + + + + + Reloading fstab - Bash + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+

+ Reloading fstab +

+ +
+
+

Reload fstab

+

The fstab file, generally located at /etc/fstab lists the differents partitions and where to load them on the filesystem. If you edit this file, the changes won't be automounted. You either have to reboot your system of use the following command as root

+
 mount -a
+
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index ba35ae5..752c889 100644 --- a/index.html +++ b/index.html @@ -353,7 +353,8 @@
@@ -398,7 +399,7 @@