[root@localhost bjsxt]# more hello.java public class hello { public static void main(String[] args) { System.out.println("Hello,World!"); return; } [root@localhost bjsxt]# grep hell hello.java public class hello [root@localhost bjsxt]# grep ello, hello.java System.out.println("Hello,World!"); [root@localhost bjsxt]# grep a hello.java public class hello public static void main(String[] args)
cat file | grep -v '^800'
显示某个文件中 不以800开头的行
-v 就是非
^ 就是以什么开头
是显示磁盘的信息
[root@localhost bjsxt]# fdisk -l Disk /dev/hda: 10.7 GB, 10737418240 bytes 255 heads, 63 sectors/track, 1305 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 13 104391 83 Linux /dev/hda2 14 1305 10377990 8e Linux LVM共有255个磁头--------255个磁头 说明就大概有128个光盘,每个光盘的两面都能存数据
[root@localhost henang]# ls zhengzhou [root@localhost henang]# ls >/bjsxt/command.txt [root@localhost henang]# cd /bjsxt/ [root@localhost bjsxt]# ls 3.txt 4 command.txt hello.java shandong [root@localhost bjsxt]# more command.txt zhengzhou [root@localhost bjsxt]#> 是定向输出到文件,如果文件不存在,就创建文件;如果文件存在,就将其清空;一般我们备份清理日志文件的时候,就是这种方法:先备份日志,再用`>`,将日志文件清空(文件大小变成0字节);
[root@localhost bjsxt]# ls 2>/bjsxt/command.txt 3.txt 4 command.txt hello.java shandong [root@localhost bjsxt]# more command.txt [root@localhost bjsxt]# lasdfs 2>/bjsxt/command.txt [root@localhost bjsxt]# more command.txt bash: lasdfs: command not found [root@localhost bjsxt]# lsdf >/bjsxt/command.txt bash: lsdf: command not found [root@localhost bjsxt]#*******************************
[root@localhost bjsxt]# vi advice.txt [root@localhost bjsxt]# wall <advice.txt Broadcast message from root (Sat Jan 9 21:56:40 2016): aaa bbd [root@localhost bjsxt]# more advice.txt aaa bbd [root@localhost bjsxt]#
怎么修改懂了么?
从命令行进入到图形界面 startx或者alt+f7
从图形界面进入命令行
Alt+Ctrl+Fn(n=1~6)”就可以进入Console字符操作界面。
这就意味着你可以同时拥有X-Window加上6个Console字符操作界面。
0 :停机(记住不要把initdefault 设置为0,因为这样会使Linux无法启动 )
1:单用户模式,就像Win9X下的安全模式。
2:多用户,但是没有 NFS 。
3:完全多用户模式,标准的运行级。
4:一般不用,在一些特殊情况下可以用它来做一些事情。
5:X11,即进到 X-Window 系统。
6:重新启动 (记住不要把initdefault 设置为6,因为这样会使Linux不断地重新启动)。
所有我们最经常用的是Alt+Ctrl+F3(从图形界面转到第三级的命令行)
在虚拟机下Alt+Ctrl被占用,我们得用Alt+Ctrl+shift
根据我从网上得到的信息,按Alt+Ctrl+shift+f(1-6)的效果应该是一样的#
可是我发现Alt+Ctrl+shift+F3可以进入命令行而Alt+Ctrl+shift+f1进入的命令行是乱码的#
Fatal server error:
Server is already active for display0
if this server is no longer running,remve /tmp/.X0 - lock and start again.
此时换alt+f7来切换到图形界面
第一次的时候alt+f7不行 又得用startx