0
Anonymous
There might be some properties file
Wiki User
Chat with our AI personalities
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.
"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."
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.
A shell script is not necessary for this solution. See related link for answer.
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.
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'
The first file system Linux supported was the MINIX file system.
There is no set file manager in linux. Examples of Linux file managers include but: Nautilus (GNOME) Thunar (XFCE) Dolphin (KDE)
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.
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.
A .sh file is a shell script.
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]