COSC2506 Practical Test 1

.docx

School

Royal Melbourne Institute of Technology *

*We aren’t endorsed by this school

Course

2384

Subject

Computer Science

Date

Apr 27, 2024

Type

docx

Pages

5

Uploaded by MagistrateGrouse3661 on coursehero.com

Answer Sheet – COSC2506 Practical Test 1 Student Name: Date: 10/08/2023 Task 1 (Q1-Q7 – 7 points) Copy your answers/outputs from the terminal here. Q1 student@ubuntu:~$ mkdir s3333333 Q2 student@ubuntu:~$ cd s3333333 student@ubuntu:~/s3333333$ mkdir trial student@ubuntu:~/s3333333$ mkdir test Q3 student@ubuntu:~/s3333333$ cd test student@ubuntu:~/s3333333/test$ touch myfile student@ubuntu:~/s3333333/test$ touch yourfile Q4 student@ubuntu:~/s3333333$ cd student@ubuntu:~$ cd /home/student/s3333333/test student@ubuntu:~/s3333333/test$ Q5 student@ubuntu:~/s3333333$ cd /home/student/s3333333/test student@ubuntu:~/s3333333/test$ rm myfile student@ubuntu:~/s3333333/test$ ls yourfile Q6 student@ubuntu:~/s3333333/test$ cd /home/student/s3333333 student@ubuntu:~/s3333333$ rmdir test student@ubuntu:~/s3333333$ ls trial Q7 student@ubuntu:~/s3333333$ echo "Date: 'date+%d/%m/%y'. Time: 'date+%I:%M'" Date: 'date+%d/%m/%y'. Time: 'date+%I:%M' Task 2 (Q8-Q9 – 2 points) Copy your answers/outputs from the terminal here. student@ubuntu:~/s3333333$ touch file_again student@ubuntu:~/s3333333$ mkdir dir_again student@ubuntu:~/s3333333$ Q8 student@ubuntu:~/s3333333$ chmod u=rwx,g=rx,o=r file_again student@ubuntu:~/s3333333$ Q9
student@ubuntu:~/s3333333$ chmod 754 dir_again student@ubuntu:~/s3333333$ Task 3 (Q10-Q11 – 2 points) Copy your answers/outputs from the terminal here. Q10 student@ubuntu:~/s3333333$ echo "Today is $(date '+%A'). It is $(date '+%j')th day of the year." Today is Thursday. It is 222th day of the year. Q11 student@ubuntu:~/s3333333$ sed -n '35p' /etc/passwd usbmux:x:113:46:usbmux daemon,,,:/var/lib/usbmux:/usr/sbin/nologin Task 4 (Q12-Q14 – 6 points) Copy your answers/outputs from the terminal here. Q12 student@ubuntu:~$ ls -a > filesnumber student@ubuntu:~$ cat filesnumber . .. .bash_history .bash_logout .bashrc .cache .config .gnupg .local .profile .ssh .sudo_as_admin_successful .vboxclient-clipboard.pid .vboxclient-display-svga-x11.pid .vboxclient-draganddrop.pid
.vboxclient-seamless.pid .viminfo Desktop Documents Downloads Music Pictures Public Templates Videos filesnumber s3333333 task1 task1.new task1_difference tut3 two Q13 student@ubuntu:~$ ls -1A | sort | tr 'a-z' 'A-Z' .BASH_HISTORY .BASH_LOGOUT .BASHRC .CACHE .CONFIG .GNUPG .LOCAL .PROFILE .SSH
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help