美文网首页
ubuntu command

ubuntu command

作者: 来袭的热浪 | 来源:发表于2019-12-20 10:36 被阅读0次

查版本

cat /etc/issue

uname -a

uname -m

查python model版本

pip3 list | grep model

python3 -c "import model; print(model.__VERSION__)"

修改文件权限

sudo chmod 777 "文件夹/名"

相关文章

网友评论

      本文标题:ubuntu command

      本文链接:https://www.haomeiwen.com/subject/qembnctx.html