skimpydog.com Forum Index Gentoo Base Gentoo specific notes - some of this may also pertain to other variants |
Browsing this Thread:
1 Anonymous Users
Bottom Previous Topic Next Topic |
|
|
|
---|
Poster | Thread |
---|
|
Gentoo specific notes - some of this may also pertain to other variants | #1 |
|||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Webmaster
Joined: 2007/6/10
From Dallas, TX
Posts: 79
Level : 7 HP : 0 / 170 Group:
Webmasters Registered Users |
Controlling startup|on boot services:
Actual Directories:
rc-update
eselect - Gentoo's multi-purpose configuration and management tool
fdisk - Partition table manipulator for Linux
df - report file system disk space usage
du - estimate file space usage
ls - list (on Windows this is the same as "dir")
touch - change file timestamps - Can be used to create empty files (aka: 0byte file)
mkdir - make directories
create the directories because some of the directories in the desired path do not exist - this will create the path in it's entireity
rm - delete files
used to remove a directory (recursive)
copy a directory (recursive)
grep - searches the named input FILEs (or standard input if no files are named, or if a single hyphen-minus (-) is given as file name) for lines containing a match to the given PATTERN. By default, grep prints the matching lines.
ex:
Working example using ls & grep
mount - mount a file system
umount - unmount file systems
|
||||||||||
Posted on: 2010/2/15 19:48
|
Top Previous Topic Next Topic |
|