随笔分类 -  操作系统

操作系统安装与配置,常用工具,常用命令,设计思路等
摘要:File Command Stat Size Time of last access, which is updated when you view a file. Time of last modification, which is updated when you change a file. 阅读全文
posted @ 2021-03-12 10:31 上官凉皮 阅读(39) 评论(0) 推荐(0)
摘要:ssh相关 复制本地ssh公钥到远程服务器 ssh-copy-id remote_username@server_ip_address ssh-copy-id -i ~/.ssh/id_dsa.pub remote_username@server_ip_address 主机间拷贝 scp -r ./ 阅读全文
posted @ 2021-01-07 13:50 上官凉皮 阅读(41) 评论(0) 推荐(0)