answersLogoWhite

0

What is a script file in Linux?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

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.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a script file in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you add an alias to an initialization script file in Linux?

There might be some properties file


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.


What is the oldest Linux file system?

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


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.


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)


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.


How do you execute shell script under Linux?

Eithersh shellscript.shor./shellscript.sh


What is Nash in Linux?

nash is a very small and simple script interpretor.


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]