文件操作 - su.fish
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/fish/completions/su.fish
编辑文件内容
# Completions for su complete -x -c su -a "(__fish_complete_users)" complete -c su -s l -l login --description "Make login shell" complete -r -c su -s c -l command --description "Pass command to shell" -xa "(complete -C(commandline -ct))" complete -c su -s f -l fast --description "Pass -f to the shell" complete -c su -s m -l preserve_environment --description "Preserve environment" complete -c su -s p --description "Preserve environment" complete -x -c su -s s -l shell -a "(cat /etc/shells)" complete -c su -l help --description "Display help and exit" complete -c su -l version --description "Display version and exit"
修改文件时间
将文件时间修改为当前时间的前一年
删除文件