随笔分类 - 操作系统 / C-系统之linux
安装与使用
摘要:一、ssh安装。 1、# sudo apt-get -y install openssh-server。 2、在/etc/ssh/sshd_config文件中添加一句:PermitRootLogin yes。 3、查看ssh服务:# ps -ef| grep ssh。
阅读全文
摘要:################### ############################
阅读全文
摘要:一、安装了ubuntu desktop版本后: 1、进行桥接联网。 2、运行更新:#sudo apt-get update。 3、安装net-tools网络工具包:#sudo apt install net-tools。
阅读全文
摘要:1. Linux 权限位 对于权限,有点绕,因为文件的权限和目录的权限是有一些区别的。 在Linux中,有5种权限,分别是,r、w、x、s、t。 可读权限:r 可写权限:w 可执行权限:x Setuid:s(Set User ID) Setgid:s(Set Group ID) 粘滞位:t 下面依次
阅读全文

浙公网安备 33010602011771号