answersLogoWhite

0

There might be some properties file

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is a script file in Linux?

A script is a file that contains a set of commands to be performed. Instead of you manually entering all of the commands into the console, the script is run and does it automatically.


What is scripting in Linux?

"Shell Script is series of command written in plain text file. Shell script is just like batch file in MS-DOS but have more power than the MS-DOS batch file."


What is the procedure of execute a script in shell in ubantu?

For any Unix or Linux based operating system, make the text file readable and executable and then invoke (call) it by the file name, which will execute the script.


Write a Linux shall script to shift all characters in a file forwarding five characters ie 'a' become 'f'?

A shell script is not necessary for this solution. See related link for answer.


How can one create alias DVDs for a recording?

By using a burn file. The burn file will create an alias or "shortcut". You can then delete the burn file and the alias will be deleted but the original file will remain.


How do you set Linux aliases for hard to remember commands?

edit ~/.bashrc file and add the alias you want : some more usefull aliases : alias l='ls -la' alias ls='ls --color=auto' alias dir='dir --color=auto' alias vdir='vdir --color=auto' alias grep='grep --color=auto' alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto'


What is the oldest Linux file system?

The first file system Linux supported was the MINIX file system.


What is file manager in Linux?

There is no set file manager in linux. Examples of Linux file managers include but: Nautilus (GNOME) Thunar (XFCE) Dolphin (KDE)


What does one do with 'Busybox'?

BusyBox is an executable file that runs a large variety of different script-related functions. Many call it the Swiss Army Knife of Embedded Linux. It can be run on many different operating systems such as Linux and BSD.


Why is Linux important?

Linux shell is a programming language. its fully different from others progrmming language. the script which is used in Linux quite tough to remember if we comparison to other programming laguages.


What is a .sh file?

A .sh file is a shell script.


What is the Linux Virtual File System used for?

The Linux VFS (Virtual File System) may be thought of as a sort of interface between the Linux kernel and the mounted file systems. There can be many different file system types mounted simultaneously and VFS allows the Linux kernel to see and address them all in a similar way. This provides Linux with a great deal of flexibility. [JMH]