Linux CLI - File and Directory Operations
Identify the error in this command:
mkdir -p /var/logs; /app
mkdir -p /var/logs; /app
mkdir -p /var/logs runs first, then /app runs as a separate command causing error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions