13,420
edits
Changes
→Part 1: Using the Linux Shell
Some Linux commands can be issued by entering the Linux command line without arguments (e.g. '''pwd''', '''date''', '''ls''', '''cal'''),<br>but some Linux commands can be issued with arguments (e.g. '''cal 2002''', '''cd /bin''', '''ls -la''' ).<br><br>
'''The '''General Linux Command Structureis as follows:'''
<span style="color:blue;font-weight:bold">command argument1 argument2 ... </span>