13,420
edits
Changes
→LINUX PRACTICE QUESTIONS
# Write a single Linux command to display running processes in “real-time”.
# Write a single Linux command to terminal a process that has the following PID: '''22384'''
# Aliases / History:<ol type="a"><li>Write a linux command to create an '''alias''' called '''ld''' that issues the command: '''ls -ld'''# </li><li>Write a linux command to unset the '''alias''' created in the previous question.# issue </li><li>Issue a Linux command to list '''history''' of commands that match the pattern called '''touch'''.</li></ol>
# Create a '''table''' listing each Linux command, useful options and command purpose for the following Linux commands:<br>'''ln''' , '''ps''' , '''top''' , '''fg''' , '''bg''' , '''jobs''' , '''kill''' , '''alias''' , '''unalias''' , '''history'''
[[Category:ULI101]]