开发者

how to find all the exsiting file systems in UNIX? [closed]

开发者 https://www.devze.com 2023-04-12 13:30 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this question

I want to mount a dev开发者_运维问答ice to a designated dir, how can I know what file systems already exist in my machine? I am using a NFS system, Thank you


Use df command with -a argument:

df -a
0

精彩评论

暂无评论...
验证码 换一张
取 消