-2

我是 linux 的新手,所以请不要对这个基本问题感到恼火。我在网上搜索了它,但我能找到的只是安装说明。有人能告诉我从 .bin 文件安装时程序安装在哪里吗?提前致谢。

4

1 回答 1

0

You can use find and Xargs commands for locate files that have been installed. You can use for instance find directory -nmin Number_of_minutes to see which files were modified in some directory in last Number_of_minutes. Xargs is a command "used to build and execute command lines". You can combine that twho command to list the files, as shown in find and Xargs using, but you try it first in root directory or you can limit to /bin.

于 2013-01-03T12:04:52.733 回答