hostname xxx [art@foo ~]$ cat /etc/motd Welcome to xxxxxxx Compute Service [art@foo ~]$
Continue reading...开卷有益: 就是识字要读书,种地要养猪的意思。^_^
ssh
vi /etc/ssh/sshd_config #PermitRootLogin yes PermitRootLogin no vi /etc/ssh/sshd_config X11Forwardin...
Continue reading...bashrc ,先放在这里,慢慢补充
root@X61T:~# pwd /root root@X61T:~# less .bashrc root@X61T:~# ———————————–...
Continue reading...检查环境变量printenv像不像dis cu
我们可以用 bash 的内建命令 set,或者是 printenv 程序来查看环境变量。set 命令可以 显示 shell 或环境变量,而 printenv 只是显示环境变量。因为环境变量列表比较长,...
Continue reading...apropos
apropos是LINUX系统中的一个命令,用来通过关键字查找定位手册页的名字和描述。它相当于使用带有-k选项的man命令。 每个手册页里都有一个简短的描述。apropos在这个描述中查找keywor...
Continue reading...