11 2024 档案
摘要:Scope 函数生存期,变量作用域 变量与作用域. 局部的存在自动屏蔽外部(同此块级作用域) 作用域作为可访问变量,对象,函数的集合 Bash #!/bin/bash ## bash:bash宿主存在内部命令 var="helloworld" function func { echo $var fu
阅读全文
摘要:applications.desktop /usr/share/applications sudo cp xxx.desktop /usr/share/applications 命令执行 需要将程序放入环境变量 [Desktop Entry] Categories=Development; Comm
阅读全文
摘要:Root用户是UNIX系统中唯一的超级管理员 账户的种类 超级管理员(Root) 管理员(Administrator) 普通用户(Standard) 共享(Sharing Only) 客人(Guest) 开启root用户 MAC图形工具 directory Utility app 命令行 dsena
阅读全文