do any one brief out how to write script to list the mounted filesystems in solaris

do any one brief out how to write script to list the mounted filesystems in solaris

$cmd = 'df -h';
exec { $cmd };

You can also use the system() function in perl.

thank you very much bryansmith123.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.