java linux 文件权限,如何在Java中管理Linux文件权限?

博客探讨了如何在不依赖外部命令(如ls或chmod)的情况下,通过Java获取和设置文件或目录的权限。虽然Java 7引入了Posix操作,但作者提到需要在不使用完整JRE的情况下实现类似功能。建议可以考虑使用外部库或创建JNI包装器来调用C语言的lstat函数以获取文件的访问模式。
摘要由CSDN通过智能技术生成

Is there any mechanism to get and set the file/directory permissions?

For example, I want to show the permisssions of a file in a shell way:

-rwxr-xr--

Is it possible to do this using Java?

I know that there are some methods in the File class to know if the file canExecute, canRead and canWrite, but AFAIK this info is for the current user only. I need to know the whole octal number, for example 755, so I need to get it from the user, from group and from others.

I know that Java7 brings Posix operations, but how could do this using a smaller JRE?

I would like not to use a command like ls, or chmod.

解决方案

If you can use external libraries, there are several:

If an entire library seems a hassle, creating a JNI wrapper that calls the lstat C function and returns the access mode takes you about 10 minutes. Here's a tutorial that creates such a wrapper for the isatty and ttyname functions.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值