tesing uname.sh script
This commit is contained in:
parent
48a695b81e
commit
d85e3cb932
1 changed files with 7 additions and 0 deletions
7
uname.sh
Normal file
7
uname.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "kernel version:"
|
||||
uname -r
|
||||
|
||||
echo "Linux:"
|
||||
uname -a
|
||||
Loading…
Reference in a new issue