Linux --- Linux的体系结构

Linux的体系结构

uname -a 

如果想在Windows里面跑linux 指令 安装 cigwin  

查看所有系统调用 man 2 syscalls 其中的2 代表要查的是系统调用 3 代表公共库函数

例如:ls -lrt

which ls 

查看文件指令

ls cat  less more vi vim 

查看SHELL 版本 echo $SHELL

查看本机器支持的shell 版本 cat /etc/shells 

切换到上诉的指定的shell 上 chsh -s

猜你喜欢

转载自blog.csdn.net/xinbumi/article/details/89752696