943,772 Members | Top Members by Rank

Ad:
  • Perl Discussion Thread
  • Unsolved
  • Views: 1401
  • Perl RSS
Feb 17th, 2009
0

how to list all the mounted file system

Expand Post »
do any one brief out how to write script to list the mounted filesystems in solaris
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
eapln is offline Offline
5 posts
since Feb 2009
Feb 20th, 2009
0

Re: how to list all the mounted file system

Click to Expand / Collapse  Quote originally posted by eapln ...
do any one brief out how to write script to list the mounted filesystems in solaris
perl Syntax (Toggle Plain Text)
  1. $cmd = 'df -h';
  2. exec { $cmd };

You can also use the system() function in perl.
Last edited by bryansmith123; Feb 20th, 2009 at 10:49 am.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
bryansmith123 is offline Offline
10 posts
since Feb 2009
Feb 24th, 2009
0

Re: how to list all the mounted file system

thank you very much bryansmith123.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
eapln is offline Offline
5 posts
since Feb 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Perl Forum Timeline: convert string to ascii code
Next Thread in Perl Forum Timeline: how to install win32::GuidGen on windows 64 bit OS





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC