On Friday 31 January 2014 09:55:18 pm Brandon Sossamon wrote: > Awesome! Thanks for the info! I'll give it a shot. > > On Friday, January 31, 2014, Chris Howard - CBR <[email protected]> wrote: > > > > > > > Can't access /var/snd? > > > > do this command to show mounted filesystems: > > > > prompt> df > >
Maybe a bit more useful to you. More familiar anyway, df -h The -h means "in human terms" will give you sizing in more familiar terms. Usually, -h means "help" but not in this case. ( or a lot of things "improved" by FSF ) df is a request for "disk free" There is also du for disk used, with several more options. Anything FSF GNU, the "long option" --help will get you a usage and syntax summary, so df --help will get you a usage summary. Every unix in the world has the manual installed, so man du will get you the manual page on du. Most FSF stuff has gone to INFO which is not on all systems, Kinda random on that one. If you're feeling especially masochistic, hit tab twice. You'll see how many command line commands there are on your system, and have the option of listing them all. If you hit one letter, then hit tab twice, you'll get a listing of all available commands starting with that letter. Can be very useful sometimes. -- Cowboy http://cowboy.cwf1.com BOO! We changed Coke again! BLEAH! BLEAH! _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
