| | |
how to list all the mounted file system
![]() |
•
•
Join Date: Feb 2009
Posts: 10
Reputation:
Solved Threads: 0
•
•
•
•
do any one brief out how to write script to list the mounted filesystems in solaris
perl Syntax (Toggle Plain Text)
$cmd = 'df -h'; exec { $cmd };
You can also use the system() function in perl.
Last edited by bryansmith123; Feb 20th, 2009 at 10:49 am.
![]() |
Similar Threads
- Is my external HDD OK? (Storage)
- Hidden program installs .dlls with randomly generated names in random "notify" reg. (Viruses, Spyware and other Nasties)
- how to delete extra commas on csv file with php (PHP)
- Viruses/Spam is EVERYWHERE!! HELP!! HJT Log inside PLZZ HELP (Viruses, Spyware and other Nasties)
- probs with fedora (Getting Started and Choosing a Distro)
- Internet Access Stopped Working (Viruses, Spyware and other Nasties)
- Still looking for help: VX2 or something like it... (Viruses, Spyware and other Nasties)
- another newbie with alot of redhat and apache server Q'S (Linux Servers and Apache)
- Error Creating Folder message during installation (OS X)
Other Threads in the Perl Forum
- Previous Thread: convert string to ascii code
- Next Thread: how to install win32::GuidGen on windows 64 bit OS
| Thread Tools | Search this Thread |





