Linux使用技巧

来源:互联网 发布:c语言课程coursera 编辑:程序博客网 时间:2024/05/18 05:25

allow executing file as program :

1. chmod 0711 executefile
2. ./executefile

 

show the linux version or kernel version:

1.uname -a
2. cat /proc/version
3. cat /etc/redhat-release