![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help Required: Command to find IP address and command executed of a user | loggedout | Security | 2 | 08-06-2008 05:12 PM |
| how to? launch command with string of command line options | TinCanFury | Shell Programming and Scripting | 5 | 04-28-2008 03:06 PM |
| inconsistent ls command display at the command prompt & running as a cron job | rajranibl | Linux | 5 | 07-30-2007 05:26 AM |
| How to use more than one MPE command STREAM with Unix command in a single shell? | bosskr | HP-UX | 1 | 10-16-2006 01:16 PM |
| How to use more than one MPE command STREAM with Unix command in a single shell? | bosskr | Shell Programming and Scripting | 0 | 09-19-2006 06:44 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
command help
Anybody pls let me know what is the impact of the command
rm -rf/cdrom/* & /etc/init.d/volmgt start(what is this volmgt) |
| Forum Sponsor | ||
|
|
|
|||
|
And rm -rf /cdrom/* will delete all the files in that directory assuming the directory or mounted file system is read-write. In general, a CD is mounted there automatically and CDs are read-only so trying to rm files in that directory will fail. Of course if you've NFS mounted something there or mounted another writeable file system there, you'll delete all the files you have write access to.
Carl |
| Thread Tools | |
| Display Modes | |
|
|