Save
Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't Know
Remaining cards (0)
Know
0:00
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how

Linux Common Options

Common Commands & Options

QuestionAnswer
at 10:15pm Schedules commands to run at 10:15pm on the current date.
at 10:15pm July 15 Schedules commands to run at at 10:15pm on July 15
at midnight Schedules commands to run at midnight on the current date.
at noon July 15 Schedules commands to run at noon on July 15.
at teatime Schedules commands to run at 4:00pm on the current date.
at tomorrow Schedules commands to run the next day.
at now + 5 minutes Schedules commands to run in 5 minutes.
at now + 10 hours Schedules commands to run in 10 hours.
at now + 4 days Schedules commands to run in 4 days.
at now + 2 weeks Schedules commands to run in 2 weeks.
at now at batch Schedules commands to run immediately.
at 9:00am 01/30/2011 at 9:00am 01032011 at 9:00am 03.01.2011 Schedules commands to run at 9am on January 3, 2011.
SIGHUP (1) Hang-up signal. Stops a process, then restarts it with the same PID.
SIGINT (2) Sends an interrupt signal to a process. One of the weakest kill signals but works most of the time. Ctrl+c is to kill a process is actually a SIGINT.
SIGQUIT (3) Known as a Core Dump, this quit signal terminates a process by taking the info in memory and saving it to a file called core on the hard disk in the current working directory. Use Ctrl+\ to send a SIGQUIT signal to a process currently running.
SIGTERM (15) This Software Termination signal is the most common kill signal used by programs to kill other processes. It is the default kill signal used by the kill command.
SIGKILL (9) Known as the absolute kill signal, this signal forces the Linux kernel to stop executing the process by sending the processes resources to a special device file called /dev/null
ls –a Lists all filenames.
ls --all Lists all filenames.
ls –A Lists most filenames (excludes the . and .. special files).
ls --almost-all Lists most filenames (excludes the . and .. special files).
ls –C Lists filenames in column format.
ls --color=n Lists filenames without color.
ls –d Lists directory names instead of their contents.
ls --directory Lists directory names instead of their contents.
ls –f Lists filenames without sorting.
ls –F Lists filenames classified by file type.
ls --classify Lists filenames classified by file type.
ls --full-time Lists filenames in long format and displays the full modification time.
ls –l Lists filenames in long format.
ls –lh Lists filenames in long format with human-readable (easy-to-read) file sizes.
ls –l --human-readable Lists filenames in long format with human-readable (easy-to-read) file sizes.
ls -lG List filenames in long format but omits the group information.
ls –l --no-group Lists filenames in long format but omits the group information.
ls –o Lists filenames in long format but omits the group information.
ls –r Lists filenames reverse sorted.
ls --recursive Lists filenames reverse sorted.
ls –s Lists filenames and their associated size in kilobytes (KB).
ls –S Lists filenames sorted by file size.
ls –t Lists filenames sorted by modification time.
ls –U Lists filenames without sorting.
ls –x Lists filenames in rows rather than in columns.
Created by: Sumbunny
Popular Computers sets

 

 



Voices

Use these flashcards to help memorize information. Look at the large card and try to recall what is on the other side. Then click the card to flip it. If you knew the answer, click the green Know box. Otherwise, click the red Don't know box.

When you've placed seven or more cards in the Don't know box, click "retry" to try those cards again.

If you've accidentally put the card in the wrong box, just click on the card to take it out of the box.

You can also use your keyboard to move the cards as follows:

If you are logged in to your account, this website will remember which cards you know and don't know so that they are in the same box the next time you log in.

When you need a break, try one of the other activities listed below the flashcards like Matching, Snowman, or Hungry Bug. Although it may feel like you're playing a game, your brain is still making more connections with the information to help you out.

To see how well you know the information, try the Quiz or Test activity.

Pass complete!
"Know" box contains:
Time elapsed:
Retries:
restart all cards