answersLogoWhite

0


Best Answer

Autorun.inf is usually found on CDs. Unless the CD is rewritable, it cannot be deleted.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

Run this command in terminal:

rm -f /path/to/file/autorun.inf

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you delete autorun.inf in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you delete an account in Linux?

userdel -r or manually


How do you delete a partition in Linux?

With program fdisk (or cfdisk etc).


How do you delete a file or directory in Linux?

rm filenameorrm -r directoryname


How do you you uninstall SUSE Linux?

You cannot "uninstall" it. You can delete the partition it is installed on.


How do you delete all files using Linux?

rm -rf <path to directory>


How do you create partitions in Linux?

You can use a program called GParted to add, edit, and delete partitions.


How do you delete all users at once in Red Hat Linux?

hi, try this userdel -rf


How do you delete users in Linux?

Type removeuser <username> at the terminal prompt. You must be the root user.


What is the function of the Autoruninf file included on the Windows 9xMe installation CD?

To run the the program LPC


What command is used with vi editor to delete a single character in Linux?

In Normal mode, just hit the X key to delete the currently-highlighted character.


How can you delete users in Linux?

useradd <username> -c "Full name" passwd <username> userdel <username>


What does the rmdir -rf quake command do in Linux?

It would delete the directory ./quake, and all of it's contents.