answersLogoWhite

0

With the command find . -type f -perm /o+w you may want to replace "." with a different directory in which to search.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the system file in Unix?

There is no the system file. There are many files necessary to create a working Unix system.


Explain different types of files in UNIX?

The UNIX operating system consists of Regular Computer files. In addition there are listed file directory , symbolic link file, named pipe file, domain socket file, device file, and doors (computing) file.


Explain the different types of files in unix?

The UNIX operating system consists of Regular Computer files. In addition there are listed file directory , symbolic link file, named pipe file, domain socket file, device file, and doors (computing) file.


How do you transfer files from unix to windows?

Unix files can be easily transferred to windows via a network connection either by using FTP or by using Samba. Samba allows a Unix file system to be mounted/shared on a Windows system to look like a windows directory.


What is the most popular ways for sharing files under UNIX?

For Unix systems that are only talking to other Unix systems NFS (Network File System) is the most popular. If you want to share Unix files with Windows systems, then Samba is one of the most popular ways to accomplish this.


How can you recover the overwritten files in SCO Unix HTFS file system?

AnswerRecovering any 'deleted' and/or 'overwritten' file in a typical Unix system is problematic and much more difficult to do reliably than it is with, say, a typical Windows system. This is a function of the way the files are stored on a Unix system, not a problem with, or feature of, the operating system itself. I suggest you obtain and study Wietse Venema's TCT (The Coroner's Toolkit) for further information. [JMH]


What is the significance of home directory in Unix file system?

It's where all settings, documents, private files, etc. are located.


In Unix-like operating systems what does 'unlink' do?

Unix-like operating systems are used to save files on a computer operating system. When using this type of system, to unlink a file means to erase or delete it.


How do you convert files from a DOS to UNIX?

In some Unix and Linux systems there is a command called 'dos2unix' that will do the conversion automatically. If there isn't such a utility on your system you can use the 'tr' translate command to do the translation: tr -d '\015' < windows-file > unix-file which is essentially what dos2unix will do.


Which os treats hardware as a file system?

UNIX Q.How are devices represented in UNIX? A.Devices in UNIX are represented by files. These are special files located in the )dev directory. Hence in UNIX, every piece of hardware is a file. This device file allows us to access the hardware.UNIX represents all devices as files. These files are located in the directory /dev. That is why the devices and other files are accessed in a similar way.Devices file which is specified as 'block special file' with some similar characters of a disk file. A device which is specified as a 'character special file' with some characteristics that is similar to a keyboard.For instance, the following command; Less -f /dev/hda is not a file in the 'real' sense. When read, it is actually reading directly from the first physical hard disk of your machine.


In unix how will you find extension of file using commands?

Unix files do not rely on extensions, therefore there is no command to find them.


How do change a normal file to a hidden file in UNIX?

There are no actual "hidden" files in Unix. The only way to hide the existence of a file is to place it in a folder that no one has read permissions for.