answersLogoWhite

0

Several directories can be used to store executables, including /bin, /sbin, and /usr/bin.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the .ssh directory on Unix used for?

Typically, programs store program information in hidden files in your home directory. The 'ssh' program stores cached host keys in the ".ssh" folder.


How do you copy all the files from etc directory to oracle in unix?

You will need to be more clear about the target - is 'oracle' a directory?


What is the rm -rf command in unix?

Recursively removes all files from the directory and all under it.


What directory contains the kernel and other system initialization files on unix-type system?

/boot


What command will display files starting from z in unix?

Use the command: ls z* for those files in your current working directory.


Different types of file in unix?

Regular file Text or binary data Directory Contains other files and directories. Executable file File with the "execute permission" set Symbolic link File is a "shortcut" that points to another file. Device special file An interface to a piece of hardware, such as a printer.(In UNIX devices are treated as "files") Named pipe An interface to a network program.


What is LS?

LS typically stands for "List" and is a command used in Unix and Unix-like operating systems to list directory contents. It displays the files and folders within a specified directory.


Where can you find C plus plus executable file after installing it?

It depends on the implementation details of the compiler and on the settings contains in the various project files. By default, the output file (in unix) is named a.out and is located in the same directory as the source file, but that can be changed on the command line and in the makefile. More complex implementations, such as Microsoft Visual Studio, have project files where there is a fine degree of control. You need to look at these control files to locate the executable.


What is the Unix command to count the number of files in current directory?

find -type f | wc -l


Which UNIX system directory contains configuration files such as the passwd file?

Configuration files are typically stored in the /etc directory. They can, of course, be anywhere the implementer wishes them to be as long as the process knows where to find them.


What are the invisible files in unix?

No files are actually "invisible." However, certain files may not be displayed by default as a convenience to the user. These are setting / configuration files for programs in the user's directory.


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.