Join Early Retirement Today
Reply
 
Thread Tools Display Modes
Old 06-06-2014, 11:17 AM   #21
Thinks s/he gets paid by the post
 
Join Date: Nov 2013
Location: Bay Area
Posts: 2,745
Quote:
Originally Posted by ERD50 View Post

* Hah!, OK, so poking around (finally), it looks like they are in "/usr/bin"? Double-clicking those program names does indeed start them up. So the Launcher dialog assumes this path as default? That's part of my confusion I guess, w/o that path name explicitly called out, there was a little 'black-box-magic' to me. That is a system-wide path, if I wanted an app only available to a specific user, can I just move that file to their home folder? Or is there a bunch of support stuff that has to move as well?

I knew I'd learn a thing or two by starting this thread!

-ERD50
/usr/bin is where "programs" are by default. BTW, other commonly used terms are binaries ("bin" in /usr/bin), executables, (hence, *.exe files), wrappers (scripts which end up invoking other excutables, binaries), etc.. One can create their own "bin" directories and set the search path to include the directory. I used to have binaries which I created and put them in a personal "bin" directory. These days, I don't need to create any program to suit my need, thanks to "open" world we are living in.
robnplunder is offline   Reply With Quote
Join the #1 Early Retirement and Financial Independence Forum Today - It's Totally Free!

Are you planning to be financially independent as early as possible so you can live life on your own terms? Discuss successful investing strategies, asset allocation models, tax strategies and other related topics in our online forum community. Our members range from young folks just starting their journey to financial independence, military retirees and even multimillionaires. No matter where you fit in you'll find that Early-Retirement.org is a great community to join. Best of all it's totally FREE!

You are currently viewing our boards as a guest so you have limited access to our community. Please take the time to register and you will gain a lot of great new features including; the ability to participate in discussions, network with our members, see fewer ads, upload photographs, create a retirement blog, send private messages and so much, much more!

Old 06-07-2014, 10:51 AM   #22
Thinks s/he gets paid by the post
 
Join Date: Mar 2010
Location: Kerrville,Tx
Posts: 3,361
In modern distributions commands for users live in /bin or /usr/bin. Commands for system admin live in /sbin or /usr/sbin. Libraries live in /lib or /usr/lib. Since everything in Unix from day 1 was a file, you find /dev with devices such as disks etc, (/dev/sdax for a disk for example). /proc contains a lot of information about what is happening on the system at this time.
The unix file system is a tree starting from the root (/).
meierlde is offline   Reply With Quote
Old 06-08-2014, 10:56 AM   #23
Thinks s/he gets paid by the post
 
Join Date: Jul 2012
Location: Mississippi
Posts: 1,894
Quote:
Originally Posted by ERD50 View Post
* Hah!, OK, so poking around (finally), it looks like they are in "/usr/bin"? Double-clicking those program names does indeed start them up. So the Launcher dialog assumes this path as default? That's part of my confusion I guess, w/o that path name explicitly called out, there was a little 'black-box-magic' to me. That is a system-wide path, if I wanted an app only available to a specific user, can I just move that file to their home folder? Or is there a bunch of support stuff that has to move as well?

I knew I'd learn a thing or two by starting this thread!

-ERD50
OK, I understand. Others pointed out /usr/bin , /bin . Unix has an organized file tree that is fairly standard between unix versions.

Here's a link to a description, General overview of the Linux file system

/bin - system binaries
/usr/bin - user programs

each user has a startup file in their home directory. Usually .rc ( the "." is a hidden file) but maybe different depending on what shell you are using. The config file sets a lot of environment variables for your user session, like your default search path. Also this what starts X when you login instead of a terminal. Use the "env" command to see the settings for your variables.

symbolic links are used a lot to create short cuts to programs and directories.
windows 7 started supporting links but I don't see much use of it. alias is similar to link.

Sometimes a program is started as link via a different name. The program will operate differently depending on the name it was started from.

Virtual terminals is a cool feature ( similar to virtual desktops ). ALT+Fn will give you another console to start new session on.
rbmrtn is offline   Reply With Quote
Old 06-08-2014, 11:18 AM   #24
Thinks s/he gets paid by the post
walkinwood's Avatar
 
Join Date: Jul 2006
Location: Denver
Posts: 3,518
I use linux (ubuntu) for my mythtv based DVR and love its stability. It has, however, broken a couple of times over the past 5 years that its been up - usually during a big upgrade. I find the audio subsystem to be overly complex for a home system, but the flexibility cannot be beat.

The best part is the user community. Every time I run into an issue, I can find the answer online.

I would use it on my notebook if it supported PSE, Lightroom and Quicken.
walkinwood is offline   Reply With Quote
Old 06-08-2014, 11:29 AM   #25
Thinks s/he gets paid by the post
 
Join Date: Jul 2012
Location: Mississippi
Posts: 1,894
Quote:
Originally Posted by ERD50 View Post
That is a system-wide path, if I wanted an app only available to a specific user, can I just move that file to their home folder? Or is there a bunch of support stuff that has to move as well?

I knew I'd learn a thing or two by starting this thread!

-ERD50
Typically you can move it . Or you can customize the permissions on the file, like create a new group that owns the file and put the users you want in that group.

Here's a link to using permissions in linux Learning the shell - Lesson 7: Permissions
rbmrtn is offline   Reply With Quote
Old 06-08-2014, 11:40 AM   #26
Thinks s/he gets paid by the post
Brett_Cameron's Avatar
 
Join Date: May 2011
Location: South Eastern USA
Posts: 1,068
Quote:
Originally Posted by rbmrtn View Post
I started with linux in 92 when Torvalds posted the 0.10a kernel on compuserve. It was a little rough back then, it just booted to blinking cursor. You had to edit the kernel with a hex editor and change some bits to tell where the boot device was located. To get a system, each piece had to be downloaded individually and most was in source code and had to be compiled before use. The kernel, C compiler and a few other basic tools were maintained by individuals and distributed as binaries, then a system could be built from those. There was an earlier system called minix that sort of was the inspiration for linux.

Slackware was one of the first all in one "distros" ( it was a branch/cleanup of SLS linux ), Redhat came along, Toms Root Boot (tomsrtbt) was a tiny distro that fit on two floppies. Lot's of other came and went. I built my own system for many years ( roll your own ), there was users group for DIY linux projects. The XFree86 project ported the windowing system over around 95 or so. One of the nice things with linux is the GUI is not integrated into kernel and you can use whatever GUI you choose ( there are many )

So I have been with linux since it's inception. I guess the one drawback is lack of software products people are used to like Quicken, but there are many opensource projects to replace most apps.
I remember you talking about it at work. A couple of lifetimes ago.
__________________
All that glitters is not gold. -G. Chaucer, W. Shakespeare
All that is gold does not glitter. -J.R.R. Tolkien
Brett_Cameron is offline   Reply With Quote
Old 06-08-2014, 01:56 PM   #27
Thinks s/he gets paid by the post
 
Join Date: Jul 2012
Location: Mississippi
Posts: 1,894
Quote:
Originally Posted by Brett_Cameron View Post
I remember you talking about it at work. A couple of lifetimes ago.
hmmm.... Yea I guess it has been that long ago. I guess that explains all the gray hair now ( that or j*b induced stress !)
rbmrtn is offline   Reply With Quote
Old 06-08-2014, 02:23 PM   #28
Dryer sheet aficionado
 
Join Date: Feb 2014
Posts: 39
My story is fairly recent,
I bought a pogoplug a couple of years ago. The built in firmware wasn't able to somewhat I wanted. ( act a a local file server). So it went in a box with my other useless electronic stuff. Then I stumbled across a site that told me how to install archlinux on it. So I installed it and samba, and slowly added more stuff, like pyTivo, and plex and it started getting loaded down with things, until I finally converted an old wintel box to a full arch install. It's mainly a server, but I gave a desktop system installed and I use it for a few things.
Tom
__________________
Using Tapatalk
Socal Tom is offline   Reply With Quote
Old 06-08-2014, 07:17 PM   #29
Recycles dryer sheets
 
Join Date: Dec 2011
Location: Chicago area
Posts: 431
Three pages of responses and counting for a thread on Linux. A pretty good illustration of the demographics that make up this community. :-)

I started using Linux in 2000 when I got my first programming job at a soon to fail dotcom. I fell in love with it, at least for building software.

I've done a lot with it. But once Mac OS X, also Unix based, came out, I made the switch because of all the great consumer apps available, such as MS Office, iMovie, etc.

With Mac you get Unix and great apps, so not sure I would switch back.
AnIntentionalRoad is offline   Reply With Quote
Old 06-08-2014, 07:34 PM   #30
Recycles dryer sheets
 
Join Date: Apr 2008
Posts: 223
Had to learn Linux for a work project about a year ago. I really liked it and when I had to get a new laptop, I looked on a website to check linux compatibility, then purchased a laptop, cleared Windows (yes, no duel boot), and installed linux mint. I absolutely love it and doubt I will use Windows again. It took me a good 3 months to get the hang of things and had to use the command prompt quite a bit to fix some compatibility problems and for software installations. I installed windows on top in virtualbox.
inquisitive is offline   Reply With Quote
Old 06-08-2014, 07:48 PM   #31
Thinks s/he gets paid by the post
 
Join Date: Mar 2010
Location: Kerrville,Tx
Posts: 3,361
Back in 1993 I was a sysadmin on Convex,SGI,Sun and RS6000 machines. When the first linux came out I bought a pc to play with it, but was intirigued with how much easier development was with visual basic and C at the time. Changed jobs to the IT department, but kept playing with Linux at home, until I retired in 2004. Lost track for a while and came back recently (after a machine became a spare). It was interesting how far things had come. all be it the old skills came back on use of the command line after a bit of web surfing. It is amazing how far Linux has come (suse 13.1). Did not play with it from 2004 to 2014 for various reasons, but then discovered both dosbox to let me run win3.1 stuff (I had a lot of the old cds with shareware around), and then moved back to Linux and virutal box as well.
meierlde is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Tell your LBYM 'conversion' story here jon-nyc FIRE and Money 89 01-21-2013 08:57 AM
13" MacBookPro/OSX or Cheaper Laptop/Linux? ERD50 Other topics 21 06-10-2010 02:38 PM
Playing with Linux Rustic23 Other topics 8 11-07-2008 05:56 PM
Linux bongo2 Other topics 10 01-12-2006 08:33 AM

» Quick Links

 
All times are GMT -6. The time now is 04:11 AM.
 
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.