随笔分类 -  操作系统 / C-系统之linux

上一页 1 ··· 4 5 6 7 8
安装与使用
摘要:一、ssh安装。 1、# sudo apt-get -y install openssh-server。 2、在/etc/ssh/sshd_config文件中添加一句:PermitRootLogin yes。 3、查看ssh服务:# ps -ef| grep ssh。 阅读全文
posted @ 2018-05-14 11:15 igoodful 阅读(345) 评论(0) 推荐(0)
摘要:################### ############################ 阅读全文
posted @ 2018-05-13 16:18 igoodful 阅读(515) 评论(0) 推荐(0)
摘要:一、安装了ubuntu desktop版本后: 1、进行桥接联网。 2、运行更新:#sudo apt-get update。 3、安装net-tools网络工具包:#sudo apt install net-tools。 阅读全文
posted @ 2018-05-13 15:31 igoodful 阅读(127) 评论(0) 推荐(0)
摘要:1. Linux 权限位 对于权限,有点绕,因为文件的权限和目录的权限是有一些区别的。 在Linux中,有5种权限,分别是,r、w、x、s、t。 可读权限:r 可写权限:w 可执行权限:x Setuid:s(Set User ID) Setgid:s(Set Group ID) 粘滞位:t 下面依次 阅读全文
posted @ 2018-05-10 02:30 igoodful 阅读(193) 评论(0) 推荐(0)

上一页 1 ··· 4 5 6 7 8