首页 > 系统 > Linux > 正文

Linux 查看远程服务器文件状态的方法

2024-08-28 00:02:28
字体:
来源:转载
供稿:网友

如下所示:

test 命令判断文件是否存在:

ssh usrname@remotehost "test -e remote_file_path"

stat 命令获取文件最后一次修改的时间戳:

ssh usrname@remotehost "stat -c %Y remote_file_path"

以上这篇Linux 查看远程服务器文件状态的方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持武林网之家。

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表