初学linux mount命令不太明白
发表于 : 2010-11-16 13:15
想在ubuntu下装个软件,已经安装完了,但是agent还没有启动
后来在官方网站看了一下操作说明,有些还能理解,有些就不行了:
mkdir -p /var/lib/Acronis/mms --这个是创建目录
/etc/init.d/acronis_agent status --这个是检查我安装程序的运行状态
/etc/init.d/acronis_agent start --这个是启动我安装的程序
4.Check that the /tmp directory shows that it is mounted without the noexec option:
mount | grep tmp ---这个就不懂了
If it is mounted with the noexec option, remount it:
mount -o remount,exec[device_name]/tmp ---这个就更不懂了,尤其是[device_name]这部分
后来在官方网站看了一下操作说明,有些还能理解,有些就不行了:
mkdir -p /var/lib/Acronis/mms --这个是创建目录
/etc/init.d/acronis_agent status --这个是检查我安装程序的运行状态
/etc/init.d/acronis_agent start --这个是启动我安装的程序
4.Check that the /tmp directory shows that it is mounted without the noexec option:
mount | grep tmp ---这个就不懂了
If it is mounted with the noexec option, remount it:
mount -o remount,exec[device_name]/tmp ---这个就更不懂了,尤其是[device_name]这部分