随笔分类 -  命令大全

摘要:tail命令----- tail -f /data/webserver/tomcat_app_8089/logs/catalina.out tail -F catalina.out 阅读全文
posted @ 2016-08-05 19:51 needly 阅读(98) 评论(0) 推荐(0)
摘要:修改全部变量名 command + control + E 阅读全文
posted @ 2014-01-16 10:51 needly 阅读(136) 评论(0) 推荐(0)
摘要:基本上可以作为电子书使用,希望对各位有用 net use \\ip\ipc$ " " /user:" " 建立IPC空链接 net use \\ip\ipc$ "密码" /user:"用户名" 建立IPC非空链接 net use h: \\ip\c$ "密码" /user:"用户名" 直接登陆后映射对方C:到本地为H: net use h: \\ip\c$ 登陆后映射对方C:到本地为H: net use \\ip\ipc$ /del 删除IPC链接 net use h: /d 阅读全文
posted @ 2013-11-16 00:43 needly 阅读(575) 评论(0) 推荐(0)