Swiss Army Knife of networking netcat is a versatile tool that is able to read and write data across TCP and UDP network . Combined with other tools and redirection it can be used in number of ways in your scripts. You will be surprised to see what y
Linux tar command usage */--> Linux tar command usage Table of Contents 1. Create an archive: 2. Create a gzipped archive: 3. List the files in an archive 4. Add a file or directory to an existing archive The frequently used tar command are listed as
learn Linux sed command 一.参考文档: 1. sed命令详解 http://qifuguang.me/2015/09/21/sed%E5%91%BD%E4%BB%A4%E8%AF%A6%E8%A7%A3/ 2. linux之sed用法 http://www.cnblogs.com/dong008259/archive/2011/12/07/2279897.html 3. Sed 的man手册参数详细解释(一) http://blog.csdn.net/imfinger/a
Create a new group groupadd -g 54321 oracle Create a new user useradd -c "Operate Oracle DB" -m -d /home/oracle -g oracle -G sudoers,weblogic,orainstall -s /bin/bash -u 54321 oracle useradd -u 54321 -g oracle oracle Add user to a group usermod -