13,420
edits
Changes
→Part 1: Using the Linux Shell
The Bash shell in Matrix allows you to interact with your account by issuing commands.
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>
'''Linux Command Structure'''