Module2 Session4
Module2 Session4
Linux
Linux: Permissions, groups, and process
control
Source: www.pluralsight.com
Environment variable
Shell scripting
(absolute path)
• You can use the which command to locate the
executable file associated with a given command
• which perl è /usr/bin/perl
• which bash è /bin/bash
Introduction to Bioinformatics online course: IBT
Linux | Amel Ghouila
Use variables in your scripts
• Makes your script easier to maintain
• Reduces the amount of typing !
Controlling tasks