- General information
- Data readiness
- Grid and Cloud
- Infrastructure
- Online Computing
- Software Infrastructure
- Batch system, resource management system
- CVS->Git
- Computing Environment
- Facility Access
- FileCatalog
- HPSS services
- Home directories and other areas backups
- Hypernews
- Installing the STAR software stack
- Provision CVMFS and mount BNL/STAR repo
- RCF Contributions
- Security
- Software and Libraries
- Storage
- Tools
- Tutorials
- Data Carousel Quick Start/Tutorial
- Guide to AFS and ACLs
- How to determine what is happening in slow or stuck processes?
- How to use FORtran from a ROOT macro
- How to use valgrind
- Howto run pythia6/8 or hijing or... without running starsim
- Introduction to STAR software and makers
- Quick guide on CVS in STAR
- Setting up your computing environment
- StEvent/Special documentation
- UML Class Diagram
- Unix command location
- Video Conferencing
- Web Access
- Machine Learning
- Offline Software
- Production
- S&C internal group meetings
- Test tree
Unix command location
Updated on Tue, 2007-05-01 09:05. Originally created by jeromel on 2007-05-01 08:47.
Under:
This is a quick reference of unix program's path locations.
Program | Path | Comment |
---|---|---|
awk | /bin/awk | MAC has it in /usr/bin |
basename | /bin/basename | MAC has it in /usr/bin |
cat | /bin/cat | |
cp | /bin/cp | |
cut | /usr/bin/cut | |
crontab | /usr/bin/crontab | |
df | /bin/df | |
date | /bin/date | |
domainname | /bin/domainname | |
find | /usr/bin/find | |
grep | /bin/grep |
On Solaris, /usr/xpg4/bin/grep allows for extended pattern
while the default do not (for example, -E only with xpg4) MAC has it in /usr/bin |
hostname | /bin/hostname | |
id | /usr/bin/id | (checked only on Solaris & Linux) |
mkdir | /bin/mkdir | |
mkfifo | /usr/bin/mkfifo | |
netstat |
/bin/netstat /usr/sbin/netstat |
Linux/Solaris True64 |
nm | This program do not have a standard location | |
ps | /bin/ps | |
pwd | /bin/pwd | |
rm | /bin/rm | |
sed | /bin/sed | MAC has it in /usr/bin |
sort | /bin/sort | |
tail | /usr/bin/tail | |
test | /usr/bin/test | On MAC, it is /bin/test but on Linux, there are NO such file |
uname | /bin/uname | MAC has it in /usr/bin |
uniq | /usr/bin/uniq | |
touch | /bin/touch | |
uptime | /usr/bin/uptime | |
vmstat | /usr/bin/vmstat | |
wc | /usr/bin/wc | |
xargs | /usr/bin/xargs |
»
- Printer-friendly version
- Login or register to post comments