标签:Linux
1.MySQL二进制编译部署时,我们是创建一个用户mysqladmin,怎样将/usr/local/mysql目录设置为家目录useradd -u 514 -g dba -G root -d /usr/local/mysql mysqladmin
cp /etc/skel/.* /usr/local/mysql
或者vi cp
/etc/profile source /etc/profile生效
rwx 421
645 拥有者用户,此用户组,其他所有用户
chmod chown
useradd groupadd
/etc/passwd /etc/group体现
修改/etc/sudoer 给sudo权限 添加 yonghu ALL=(root) NOPASSWD:ALL
进入家目录并执行局部环境变量
ps -ef | grep xxx
netstat nlp|grep pid
用户和用户组不对
screen命令
screen -S 创建
screen -r 进入
ctrl+a+d 退出
screen -list 查看
nohup xxx &
crontab -e
/5 * xxx/.sh
find / -name xxx
xxx --help
man xxx
绝对路径应该从根目录开始计算,绝对位置直接能到达目的地。如/home/ruoze/xxx.log
相当对路径由这个文件夹引起和其他目录的关系,也可以是任意的目录位置
cd - cd ..
可以
将有所有机器的authorized_keys分发到各个机器
a给b
标签:Linux
原文地址:http://blog.51cto.com/10814168/2116927