<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Linux on Tequila's 学习笔记</title><link>https://latnx.github.io/docs/notes/d-4828e60247c1636f/</link><description>Recent content in Linux on Tequila's 学习笔记</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><copyright>© 2026 Tequila</copyright><atom:link href="https://latnx.github.io/docs/notes/d-4828e60247c1636f/index.xml" rel="self" type="application/rss+xml"/><item><title>shell</title><link>https://latnx.github.io/docs/notes/d-4828e60247c1636f/n-c465aea4ec9e7cf9/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://latnx.github.io/docs/notes/d-4828e60247c1636f/n-c465aea4ec9e7cf9/</guid><description> 重定向 # 数据流
stdin stdout stderr 重定向 1&amp;gt; 1&amp;raquo; 2&amp;gt; 2&amp;raquo; 2&amp;gt;&amp;amp;1 &amp;amp;&amp;gt; 条件执行 cmd1;cmd2 cmd1&amp;amp;&amp;amp;cmd2 cmd1||cmd2 PIPE # cut grep sort uniq wc tee</description></item><item><title>User</title><link>https://latnx.github.io/docs/notes/d-4828e60247c1636f/n-e2fc2976edd0ddfb/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://latnx.github.io/docs/notes/d-4828e60247c1636f/n-e2fc2976edd0ddfb/</guid><description>useradd # 在 /etc/passwd 里面创建一行与帐号相关的数据，包括创建 UID/GID/主文件夹等； 在 /etc/shadow 里面将此帐号的密码相关参数填入，但是尚未有密码； 在 /etc/group 里面加入一个与帐号名称一模一样的群组名称； 在 /home 下面创建一个与帐号同名的目录作为使用者主文件夹，且权限为 700 passwd # usermod # sudo visudo /etc/sudoers su -</description></item></channel></rss>