linux basis --- common commands

switch to root : sudo su

switch to users : su god(user name)

set root password : sudo passwd root

check out kernel version : uname -r

generate 'config.gz' file(the compressed package of '.config') : modprobe configs

exit current thread: ctrl+c

check the current path: pwd

check thread: top

check process: ps

check network information: ifconfig

上一篇:(转)SVN服务器搭建和使用(三)


下一篇:高校手机签到系统——Ksoap2的一些使用心得(补充)