This commit is contained in:
Edith Boles
2026-04-08 22:14:59 -07:00
commit cd07449a48
10 changed files with 966 additions and 0 deletions

26
hw1/section_b.txt Normal file
View File

@@ -0,0 +1,26 @@
Script started on 2026-04-07 23:38:25+00:00 [TERM="xterm-256color" TTY="/dev/pts/0" COLUMNS="77" LINES="35"]
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
edith@ece-373-vm:~$ pwd
/home/edith
edith@ece-373-vm:~$ ls -la
total 48
drwxr-x--- 5 edith edith 4096 Apr 7 23:38 .
drwxr-xr-x 3 root root 4096 Apr 7 22:22 ..
-rw-r--r-- 1 edith edith 220 Mar 31 2024 .bash_logout
-rw-r--r-- 1 edith edith 3771 Mar 31 2024 .bashrc
drwx------ 2 edith edith 4096 Apr 7 22:22 .cache
-rw------- 1 edith edith 118 Apr 7 23:38 .lesshst
-rw-r--r-- 1 edith edith 807 Mar 31 2024 .profile
drwx------ 2 edith edith 4096 Apr 7 22:22 .ssh
-rw-rw-r-- 1 edith edith 0 Apr 7 23:38 typescript
drwxrwxr-x 6 edith edith 4096 Apr 7 22:24 .vim
-rw------- 1 edith edith 556 Apr 7 22:24 .viminfo
-rw-r--r-- 1 edith edith 7747 Apr 7 22:24 .vimrc
edith@ece-373-vm:~$ mkdir ece373
edith@ece-373-vm:~$ cd ece373/
edith@ece-373-vm:~/ece373$
exit
Script done on 2026-04-07 23:39:16+00:00 [COMMAND_EXIT_CODE="0"]