This is a discussion on delete directory linux within the Linux software forums, part of the Linux Getting Started category; hai how do i delete directory in linux? Following command is not worlking for me.. Code: rm directoryname thank...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| Sponsored Links | ||
|
|
|
|||
|
Beresford/sweta,
thanks. my problem solved. Thanks Sorry for asking such stupid question but some time I just forget command. man command is good one but it needs command name. Is there any way I can find out command name by giving task. Like I will type query “command to remove a directory” and Linux will tell me use rmdir…?
__________________
There's no place like 127.0.0.1 |
|
||||
|
Sure Linux does provides search the manual page names and descriptions facility via apropos command.
Code:
apropos ‘delete a directory’ Code:
apropos -s 1 remove cut (1) - remove sections from each line of files kpackage (1) - Installs, removes, and queries packages. lprm (1) - remove jobs from the line printer spooling queue mrd (1) - remove an MSDOS subdirectory pamdeinterlace (1) - remove ever other row from a PAM/PNM image rm (1) - remove files or directories rmdir (1) - remove empty directories unlink (1) - call the unlink function to remove the specified file Code:
apropos -s 1 remove| egrep "directory|directories" Code:
man -k ‘delete directory’ |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Shell Delete Directory | chimu | Slackware | 2 | 05-31-2008 03:36 PM |
| Linux Recursively Delete Subdirectories | raj | Linux software | 0 | 04-22-2008 01:50 AM |
| Delete all tables mysql under Linux | jerry | Databases servers | 1 | 06-09-2007 05:50 PM |
| Linux delete empty directories | raj | Getting started tutorials | 0 | 05-05-2007 01:29 AM |
| Linux find and delete files | cbzee | Linux software | 4 | 12-20-2006 12:01 PM |