initial commit
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 6. Créez un script nommé infoSys qui affiche les informations suivantes du système :
|
||||
|
||||
|
||||
echo "Architecture matérielle : " `uname -i`
|
||||
echo "Nom de la machine : " `uname -n`
|
||||
echo "Nom du système d'exploitation : " `uname -s`
|
||||
echo "Version du noyau : " `uname -v`
|
||||
Reference in New Issue
Block a user