954,541 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

how to list all the mounted file system

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

eapln
Newbie Poster
5 posts since Feb 2009
Reputation Points: 10
Solved Threads: 0
 
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.

bryansmith123
Newbie Poster
10 posts since Feb 2009
Reputation Points: 10
Solved Threads: 0
 

thank you very much bryansmith123.

eapln
Newbie Poster
5 posts since Feb 2009
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You