?? 列表9.8.txt
字號:
【列表9.8】runsu2腳本程序。
# runsu2: Shell script to run a program as superuser - Part 2
# Usage: runsu2 <executable_file_name> [arg1] [arg2] .. [arg7]
# Notes: 1. It's assumed you've already logged on as the superuser
# by running the runsul script.
# 2. The file libpath.tmp is located in the *user's* home directory,
# *not* in reot's home directory!
# Get the path to the Kylix shared objects library
source libpath.tmp
export LD_LIBRARY_PATH
# Now run the program
"$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8"
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -