answersLogoWhite

0


Best Answer

This could mean that the directory named bar has hidden contents. Use ls -a bar to show all contents of bar.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why did the rmdir command fail's that a directory bar exists. The command rmdir bar fails with the message that the directory is not empty. On running ls bar no files are displayed?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What command can you use to change the current working directory to the directory where the modules for the running kernel are stored?

cd /lib/modules/$(uname -r)


How do you change directory to E?

First you must have an E: directory formatted. If you do, and you're running Windows XP Professional, click "Start", click "Run", type cmd (this will bring you to a command prompt). At the command prompt type chdir E:\


The commands for compiling and running a java application from the DOS command line?

Add the JDK bin directory to your path, then:javac yourfile.javajava yourfile


Can a loose CPU power plug cause your computer monitor to have a No Signal error message displayed even if the PC is still running?

No.


Why can't you run PHP from the command line?

There is no problems with running php from the command line be it unix or windows. However the output of the command will be to stdout in the form of HTML text output. This HTML output is infact what is displayed with formatting and graphics by a web browser. In addition php run by the webbrowser and from the command line maybe at different user privileges and display differently.


Just after you reboot after running AV software an error message is displayed that contains a reference to a strange DLL file that is missing What do you do first?

go to www.dll-files.com and you can download your missing file after searching for it on the web site then from where ever you saved it to copy then paste the file under WINDOWS>system32 directory in your hard drive (go to my computer and click on local disc) then run the program and then it should work perfect


How do you create a new application partition?

When you create an application directory partition, you are creating the first instance of this partition. You can create an application directory partition by using the create ncoption in the domain management menu of Ntdsutil. When creating an application directory partition using LDP or ADSI, provide a description in the description attribute of the domain DNS object that indicates the specific application that will use the partition. For example, if the application directory partition will be used to store data for a Microsoft accounting program, the description could be Microsoft accounting application. Ntdsutil does not facilitate the creation of a description. To create or delete an application directory partition 1. Open Command Prompt. 2. Type:ntdsutil 3. At the ntdsutil command prompt, type:domain management 4. At the domain management command prompt, do one of the following: · To create an application directory partition, type:create ncApplicationDirectoryPartitionDomainControllerAnswer:Start >> RUN>> CMD >> type there "NTDSUTIL" Press Enter Ntdsutil: domain management Press Enter Domain Management: Create NC dc=, dc=, dc=com Use the DnsCmd command to create an application directory partition. To do this, use the following syntax: DnsCmd ServerName /CreateDirectoryPartition FQDN of partition To create an application directory partition that is named CustomDNSPartition on a domain controller that is named DC-1, follow these steps: # Click Start, click Run, type cmd, and then click OK. # Type the following command, and then press ENTER:dnscmd DC-1 /createdirectorypartition CustomDNSPartition.contoso.com When the application directory partition has been successfully created, the following information appears: DNS Server DC-1 created directory partition: CustomDNSPartition.contoso.com Command completed successfully.Configure an additional domain controller that is acting as a DNS server to host the new application directory partition that you created. To do this, use the following syntax with the DnsCmd command: DnsCmd ServerName /EnlistDirectoryPartition FQDN of partition To configure the example domain controller that is named DC-2 to host this custom application directory partition, follow these steps: # Click Start, click Run, type cmd, and then click OK. # Type the following command, and then press ENTER:dnscmd DC-2 /enlistdirectorypartition CustomDNSPartition.contoso.com The following information appears: DNS Server DC-2 enlisted directory partition: CustomDNSPartition.contoso.com Command completed successfully.


How java program can run in windows7?

You must have a java runtime environment (JRE) installed to run a jar file .. if it is not a jar ( or it is a class ), you should have the java development kit or JDK .. if the file you are running is a jar file, just double click it. if the file you are running is a class file ex. "MainProg.class" then go to the bin directory, and open command prompt and change to that directory. then java MainProg.class it should run ..


Can someone help with a problem with Maplestory 10093?

Open a command prompt (you will need to be running as an administrator). Type: "netsh winsock reset" (without the quotes) and press enter. Then reboot your computer. Command prompt can be found in Start -> All Programs -> Accessories -> Command Prompt. To run as an administrator simply right click the icon and select "Run as administrator" If you get a message referring to "elevation" you are NOT running as an administrator. Run the command prompt as administrator and try again.


Can someone help me with a problem with Maplestory 10093?

Open a command prompt (you will need to be running as an administrator). Type: "netsh winsock reset" (without the quotes) and press enter. Then reboot your computer. Command prompt can be found in Start -> All Programs -> Accessories -> Command Prompt. To run as an administrator simply right click the icon and select "Run as administrator" If you get a message referring to "elevation" you are NOT running as an administrator. Run the command prompt as administrator and try again.


What is the leading and most reliable construction directory in the Philippines?

BUILDERS DIRECTORY PHILIPPINES the longest running most comprehensive and annually updated directory of Builders, Contractors, Suppliers and Professionals.


What are application partition when do you use them?

An application directory partition is a directory partition that is replicated only to specific domain controllers. A domain controller that participates in the replication of a particular application directory partition hosts a replica of that partition. Only domain controllers running Windows Server 2003 can host a replica of an application directory partition. Application directory partitions are usually created by the applications that will use them to store and replicate data. For testing and troubleshooting purposes, members of the Enterprise Admins group can manually create or manage application directory partitions using the Ntdsutil command-line tool. One of the benefits of an application directory partition is that, for redundancy, availability, or fault tolerance, the data in it can be replicated to different domain controllers in a forest