Skip to content

Vxworks Command Cheat Sheet Instant

VxWorks is a multithreading marvel. You can create, delete, and inspect tasks in real-time.

| Command | Description | Example | | :--- | :--- | :--- | | | Change directory. | cd "/ata0a/" | | ls | List directory. | ls -l (long format) | | rm | Remove a file. | rm "oldlog.txt" | | cp | Copy a file. | cp "source.txt" "dest.txt" | | mv | Move/rename a file. | mv "a.txt" "b.txt" | | mkdir | Create directory. | mkdir "/ata0a/data" | | rmdir | Remove empty directory. | rmdir "/ata0a/old" | | cdrom | Mount a CD-ROM. | cdrom | | usbStorageInit | Initialize USB mass storage. | usbStorageInit | vxworks command cheat sheet

sp [entryPt, args] : Spawns a new task with default parameters at a specified entry point. sps [entryPt, args] : Spawns a task in a suspended state. td [taskName|Id] : Deletes a specified task. ts [taskName|Id] : Suspends a running task. tr [taskName|Id] : Resumes a task that has been suspended. VxWorks is a multithreading marvel

: Shows detailed information about a specific task. | cd "/ata0a/" | | ls | List directory