These are some of the commands I use regularly, along with some helpful information about them.
The -p option preserves the creation date rather than giving filename2 the current date.
The --ef options include PPID (parent PID). This lets user find the "mother" of a succession of processes. Useful to kill the PPID, which kill them all at once.
The -f option keeps the command open and lets each new entry to filename to be displayed.
Command stacking allows you to execute commands one after the other, in order. To stack commands, use a semicolon (;) between commands, like this:
cd /etc ; ls -l
Be very careful when command stacking, especially when deleting or moving files! Make sure what you typed is what you want!
Contact
WorkFor work info, see WebSanity. |
All content, unless under a Creative Commons license, is © 1997-2011 Scott Granneman. (Take a look around—a lot of content is licensed under a Creative Commons license, which gives YOU a lot of freedom to reuse my work.) |
|