随笔分类 - linux
摘要:cat 段文件 more 长文件 [root@ol85 ~]# head -n 15 anaconda-ks.cfg [root@ol85 ~]# tail -n 10 anaconda-ks.cfg [root@ol85 ~]# cat anaconda-ks.cfg | tr [a-z] [A-
阅读全文
摘要:终端命令 sudo lsof -i :8080 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME Python 11256 haha 3u IPv4 0xd74399cf9 0t0 TCP localhost:http-alt (LISTEN) 然
阅读全文
摘要:OSX 采用的Unix文件 在 Unix系统中是区别大小写字符的,A.txt 不等于 a.txt。 根目录标志 / 不是可有可无,cd /System 表示转到跟目录下的System中,而cd System 表示转到当前目录下的 System中 。 获得权限 sudo -s 基本命令 列出文件 ls
阅读全文