Aka*_*sha 5 path solaris
有人可以让我知道如何了解solaris中命令/实用程序的可执行路径吗?就像 ls 的可执行路径是 /usr/bin
max*_*max 7
使用type命令
type
例如
[max@localhost ~]$ 类型 cal cal 是 /usr/bin/cal [max@localhost ~]$ 输入 ifconfig ifconfig 是 /sbin/ifconfig [max@localhost ~]$ 输入ping ping 是 /bin/ping
小智 1
您可以使用which命令来查看可执行文件的全名。就像 'which foo' 会返回 foo 的完整路径
归档时间:
13 年,1 月 前
查看次数:
11823 次
最近记录: